Skip to main content
GET
List all API keys

Authorizations

Authorization
string
header
required

Enter Auth0 JWT token

Response

List of API keys

access
enum<string>
required

Access mode the key carries ('read' = read-only, 'write')

Available options:
read,
write
clientId
string
required

Auth0 client ID

Example:

"abc123xyz456"

createdAt
string
required

Creation timestamp

isActive
boolean
required

Whether the key is active

name
string
required

Name of the API key

Example:

"Production Integration"

description
string

Description

lastUsedAt
string | null

ISO 8601 timestamp of the most recent successful auth with this key. Null if the key has never been used.

Example:

"2026-04-20T08:00:00.000Z"