Skip to main content
GET
List Consumer API Keys
Returns all API keys belonging to the authenticated consumer. Secrets are never included in list responses — only the key prefix is shown.

Responses

Authorizations

Authorization
string
header
required

JWT for user-initiated operations

Response

List of consumer API keys

key_id
string<uuid>
name
string

Human-readable label for the key

prefix
string

First 12 characters of the key, for display purposes

status
enum<string>
Available options:
active,
revoked
scopes
string[]

Permission scopes granted to this key

created_at
string<date-time>
expires_at
string<date-time>

Keys expire 90 days after creation

last_used_at
string<date-time>

Timestamp of the last request made with this key