cURL
curl --request GET \ --url https://api.example.com/api/api-keys \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": 123, "name": "<string>", "client_id": "<string>", "permissions": [ "<string>" ], "last_used_at": "<string>", "created_at": "<string>", "created_by": "<string>" } ], "page": { "limit": 123, "offset": 123, "total": 123 } }
Returns all active API keys for the authenticated user. Users with the admin:api-keys permission see all keys across the organization. Secrets are never returned.
admin:api-keys
Auth0 JWT access token
Number of results to return (1-2000, default 25)
"25"
"0"
List of API keys
Show child attributes