Skip to main content
Use this endpoint to retrieve all API keys that have been issued for your tenant. The response includes metadata for each key — such as its unique ID, assigned scopes, and creation timestamp — but never exposes the raw key value or its hash. If you need the raw key, you must create a new one and store it at creation time.

Endpoint

Authorization

Requires an API key with ADMIN scope.

Request Example

Response

A successful response returns an array of API key metadata objects. Raw key values and key hashes are never included.
string
required
Unique identifier (UUID) for the API key.
string
required
The first 12 characters of the raw key, shown once at creation time. Use this to identify which key is which without ever exposing the full value.
string[]
required
The list of permission scopes assigned to this key.
string (datetime)
required
ISO 8601 timestamp of when the key was created.
string (datetime)
ISO 8601 timestamp of when the key was revoked. null for active keys.

Response Example

Error Codes