API Keys
List API Keys
List all API keys for the authenticated user. Raw key values are never returned — only metadata.
GET
This endpoint uses your dashboard session (Auth0 JWT), not an API key.
Response
Returns an array of key objects ordered bycreated_at descending.
string
Unique key identifier. Use this when revoking.
string
The label assigned when the key was created.
string
First 8 characters of the key. Useful for identifying a key in logs.
string
ISO 8601 creation timestamp.
string | null
ISO 8601 timestamp of the most recent validated request, or
null if the key has never been used.number
Total number of validated requests made with this key.