Skip to main content
GET
List API keys

Authorizations

api-token
string
header
required

API key. Create and manage keys at /v4/account/api-keys or in the dashboard.

Query Parameters

status
enum<string>
default:all

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

Available options:
all,
active,
inactive

Case-insensitive substring match against the key name.

page
integer
default:1

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

Required range: x >= 1
limit
integer

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

Required range: x >= 1

Response

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

success
boolean
data
object[]
meta
object

Present when limit > 0.