Authentication

Page describing the authentication method for using this API

Clients that want to use these API endpoints will be handed their client Id and client secret key for handling our basic auth.

For any endpoint used in our API is required to add the following headers:

Authorization: Basic <Base64 encoded clientId and clientSecret>

Last updated