Authentication

To retrieve the bearer token required to authenticate requests, you will need to use the Client ID and Secret Key provided to you and make a request to the endpoint below. Do not share your Client ID, Secret Key, or any tokens generated in publicly accessible areas such as GitHub, client-side code, etc.

Response Schema

AttributeTypeDescription
Access TokenTextThe access token required to authenticate all other endpoints. This access token must be included in the header as "Authorization: Bearer <ACCESS_TOKEN>"
Language