List Check API keys.
GET
/api/admin/check-api-keys
Code sample: Shell / cURL
curl --request GET \ --url 'https://auth.example.com/api/admin/check-api-keys?page=1&limit=20' \ --header 'Authorization: Bearer <token>'Lists Check API keys for the current tenant. Results may be filtered by client and active state and are returned as page-based metadata plus key records without plaintext secrets.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” page
integer
One-based result page. Defaults to 1.
limit
integer
Maximum number of keys to return. The implementation caps this at 100.
client_id
string
Filter keys for a specific client.
is_active
boolean
Filter by active or revoked keys.
Responses
Section titled “ Responses ”Check API key list response.
Media type application/json
object
keys
required
Array<object>
object
id
required
string
tenant_id
required
string
client_id
required
string
name
required
string
key_prefix
required
string
allowed_operations
required
Array<string>
rate_limit_tier
required
string
is_active
required
boolean
expires_at
integer | null format: int64
created_by
string | null
created_at
required
integer format: int64
updated_at
required
integer format: int64
key
additional properties
total
required
integer
page
required
integer
limit
required
integer
key
additional properties
Example
{ "keys": [ { "allowed_operations": [ "check" ], "rate_limit_tier": "strict" } ]}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}