Endpoint
Authorization
Requires an API key withADMIN 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.