Skip to main content

List the caller's API keys

GET 

/api/v1/auth/api-keys

List the authenticated user's API keys.

Only the key prefix is returned — full secrets are never disclosed after creation. Includes revoked keys; consumers filter by the revoked flag.

  • Router-gated by release_api_keys (404 when off).
  • API-key scope required: api_keys:read.

Responses

Successful Response