Authentication

Every request must include credentials as one of the following HTTP headers:

MethodHeader
API KeyX-API-Key: <your_api_key>
API Key (alternative)Authorization: ApiKey <your_api_key>

If credentials are missing or invalid, the API responds with 401 Unauthorized.