API Documentation
Authentication
Authenticate using bearer token
Authentication with an API key can be done by using a bearer token in the Authorization header. This is done using the following format Authorization: Bearer {token}
. The API token can both be issued and revoked directly from the platform. Please go to Settings —> Developers —> API. Name the API token and associate your needed scopes.