Authentication
API key authentication for all /v1/ routes via the X-API-Key header, including 401 and 403 behavior.
All /v1/* routes require an API key in the X-API-Key header. The server returns HTTP 401 if missing and 403 if invalid or revoked.
Was this page helpful?