Authentication

To access any of our endpoints, an Authorization header token is mandatory. You should format this token as a bearer token, for example, by including it as Bearer <token> . You can locate the API token on the settings page.

Last updated