API Reference
ApiKeys
Purpose
This group contains endpoints tagged together in the OpenAPI spec. Use the summaries below to understand what each endpoint does.
When to use
- Prefer calling APIs from your backend to avoid exposing secrets.
- Handle errors consistently and log request IDs for support.
Endpoints (6)
Click an endpoint to jump to its details.
/api-keysNo summary provided in OpenAPI spec.
/api-keysCreate a new API key
/api-keys/{id}No summary provided in OpenAPI spec.
/api-keys/{id}No summary provided in OpenAPI spec.
/api-keys/{id}No summary provided in OpenAPI spec.
/api-keys/{id}/rotateRotate API key
/api-keysEndpoint
No detailed description provided for this operation in the OpenAPI spec.
/api-keysCreate a new API key
Creates an API key for the given organisation. The raw secret is returned only once.
/api-keys/{id}Endpoint
No detailed description provided for this operation in the OpenAPI spec.
/api-keys/{id}Endpoint
No detailed description provided for this operation in the OpenAPI spec.
/api-keys/{id}Endpoint
No detailed description provided for this operation in the OpenAPI spec.
/api-keys/{id}/rotateRotate API key
Creates a new key with same scopes, deactivates the old one. New key is returned only once.