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.
Unique key identifier. Use this when revoking.
The label assigned when the key was created.
First 8 characters of the key. Useful for identifying a key in logs.
ISO 8601 creation timestamp.
ISO 8601 timestamp of the most recent validated request, or
null if the key has never been used.Total number of validated requests made with this key.