API key header
Send your API key on every request in thex-api-key header:
401 response.
Unauthenticated endpoint
GET /api/v1/health is the one exception: it takes no key and returns no
scope requirement, so a caller can tell an outage apart from a credential
problem.
401 — authentication errors
Scopes
Every API key is granted one or more scopes. An endpoint that requires a scope your key does not have returns403 insufficient_scope.
GET /api/v1/health requires no scope.