Skip to content

Authentication

Bearer token

All requests must include your API key in the Authorization header:

Authorization: Bearer <your-api-key>

Key scopes

ScopeDescription
readRead-only access to all endpoints
writeCreate and update resources
adminFull access including key management

Rotating keys

API keys should be rotated at least every 90 days. Generate a new key before revoking the old one to avoid downtime.

IP allowlist

You can restrict an API key to a set of CIDR blocks in the portal key settings.