Endpoints

API KEYS

Create and manage API keys with granular scopes.

GET/api/v1/keys

List all API keys (plaintext never returned)

POST/api/v1/keys

Create API key β€” plaintext shown once

Request Body

namestring (required)
scopescomma-separated scopes or empty for full access
DELETE/api/v1/keys/:id

Revoke an API key permanently

Was this page helpful?