Authentication

Using API keys to authenticate your application

Your API requests are authenticated using API keys. Any request that doesn't include an API key will return an error. Head to the API page under Settings, then create and copy a new API token.

circle-exclamation
The api key management screen

All API keys should be used as Bearer tokens as follows:

Last updated