Authenticate to the API

Learn how to authenticate to our REST API with developer key and team id.

When integrating Digital Samba Embedded you will most likely use the developer REST API.

To make requests to it you need to authenticate with your developer key and team id. They can be found in the dashboard team section after you sign up.

Team section in your dashboard including developer key and team id

Include an Authorization http header with your team id and developer key separated by colon and then base64 encode the concatenated string. To make an analogy - you can think of team id as a username and developerKey as a password.

Both Bearer and Basic Authentication tokens are supported. Authorization: Bearer base64(teamId:developerKey) and Authorization: Basic base64(teamId:developerKey)

Last updated

#124: dsavics release notes 598 and 602 Content Library

Change request updated