List the caller's API keys
GET/v1/apikeys
Lists every API key owned by the calling principal, including revoked and expired keys. The secret token is never returned here — only metadata such as the name, last four characters, scopes, and status. A super-user key may inspect another owner's keys by passing owner_type and owner_id; for everyone else those parameters are ignored and only the caller's own keys are returned.
Request
Responses
- 200
- 401
- 403
List the caller's API keys
Missing or invalid API key
The API key is not authorized for this resource