Skip to content

Authentication

All endpoints described in this document require API key authentication. An API key can be created in Company settings, in the “API Keys” section.

Include your API key in the Authorization header using the ApiKey scheme:

Authorization: ApiKey <your-api-key>

If the API key is missing or invalid, you will receive a 401 Unauthorized error.