v1

latestOpenAPI 3.0.32026-07-2246176.0 KB
API key management

List API keys

List API keys for the account. Returns key metadata (id, name, permissions, scopes, expiry, is_active) but never the secret. Supports status/search filters and optional pagination. Inactive keys are included when status is all or inactive. Permission: account:apikeys:read.

get/v4/account/api-keys

Query parameters

status'all' | 'active' | 'inactive'

Filter by key status. all (default) returns active and inactive keys; active / inactive return only that status.

searchstring

Case-insensitive substring match against the key name.

pageinteger

Page number (1-based). Used with limit.

limitinteger

Page size. When set to a value greater than 0, the response includes a meta object with pagination fields.

Response

List of API keys (no secrets). When limit > 0, includes pagination meta.

successboolean