Skip to main content
GET
Error

Authorizations

Authorization
string
header
required

A merchant standard (sk_…) or restricted (rk_…) secret key sent as Authorization: Bearer <key>.

Query Parameters

limit
integer

Page size (1-100). Omit to receive the full list in one response.

Required range: 1 <= x <= 100
starting_after
string

Cursor: an id from this list (typically the previous response's next_cursor). Returns results strictly after it, newest first.

include_revoked
boolean
default:false

Set to true to include historical revoked and expired keys. Defaults to false.

Response

A list of API keys. The full key value is not included.

data
object[]
required
has_more
boolean
required

True when more records exist beyond this page.

next_cursor
string

Present when has_more is true: the last returned key's id. Pass it as starting_after on the next request.