Authentication

Our API uses bearer token authentication. You will need an API to get started. If you have not already generated an API key, see our documentation for how to do so.

The API Key is placed in the authorization header like so:

Header Value
Authorization Bearer api_key

If your API key is invalid, you will receive a 401 - Unauthorized response. If your API key is valid but you are not permitted to perform the operation, you will receive a 403 - Forbidden response.