Create API Key
Endpoint
Authentication
Pass one ofAuthorization: Bearer <api-key> or Authorization: ApiKey <key>.
Request Body
string
required
Human-readable name for the key.
array
Optional array of permission scopes.
Response
string
Unique key identifier.
string
Key name.
string
The raw API key. Shown only once.
List API Keys
Endpoint
Response
array
Array of key metadata objects.
string
Key identifier.
string
Key name.
string
Visible prefix of the key.
string
ISO 8601 creation timestamp.