Skip to main content
Return your account’s active keys. Secrets are never included — only the prefix, last four characters, scope, and last-used time. GET /v1/api-keys Keys are listed account-wide, so any valid key can enumerate the account’s keys. Revoked keys are hidden, as are internal service keys (including the one authenticating this request) — you can’t list or delete the credential you’re currently using.

Query parameters

integer
Page size, 1100.
string
The nextCursor from a previous response. See Pagination.

Request

Response

A cursor page of key objects. senderId / senderExternalId are null for account-wide keys; lastUsedAt is null until the key has authenticated a request.
200 OK
Secrets stay secret. The secret is only ever returned by create. The list shows keyPrefix and last4 so you can identify a key without exposing it.