Authenticating to the API

When submitting requests that require authentication, you'll need to ensure that you provide appropriate credentials with any requests.

Authorization Header

This API requires that you send your token/secret as a bearer token in the Authorization header. For example:

Authorization: Bearer {token}

Potential errors

Any of the following errors may be raised on any request that requires authentication.

Details HTTP status

invalid_api_token

API token specified in the Authorization header is invalid or missing

403 Forbidden