[email protected]
to request an API token.
In order to perform an authenticated request, use the Authorization
header to provide your API token as a “bearer token” like this: Authorization: Bearer <YOUR-API-TOKEN>
.
All requests to all endpoints of our API have to be made using the above authentication method. Unauthenticated calls will fail with a 401
status code.
401 Unauthorized
error then your API key is not correct for this environment.