When submitting requests that require authentication, you'll need to ensure that you provide appropriate credentials with any requests.
This API requires that you send your token/secret as a bearer token in the Authorization header. For example:
Authorization: Bearer {token}
Any of the following errors may be raised on any request that requires authentication.
| Details | HTTP status |
|---|---|
|
API token specified in the Authorization header is invalid or missing |
403 Forbidden |