Your application will use a server token when accessing resources from this API.

Getting a token

Go to the developer dashboard to create a sandbox token.
Your server token is considered sensitive and it is your responsibility to protect it.
This should not be in your app source code or configs.

Using a token

Once a token has been obtained, it will need to be passed in via the Authorization header to all other requests. Here is an example of how the header should be set using cURL:

--header "Authorization: Bearer TeukiYHdIQBjbiSP0jDLz9hLJuzk5zmE"