Skip to main content
All API key endpoints require owner role.

List API keys

integer
default:"1"
Page number
integer
default:"25"
Items per page (max 250)
string
Sort field
string
default:"desc"
Sort order: asc or desc
The full API key value is only returned at creation time. The list endpoint shows key metadata (name, scope, prefix) but not the full key.

Create an API key

string
required
Human-readable name for the key
string
default:"full"
Scope: full or read_only
string
Expiration date (ISO 8601 datetime)
Example

Response

Store the key value securely. It will not be shown again.

Revoke an API key

Immediately invalidates the key. Any requests using this key will return 401 Unauthorized.