List API keys
Returns active, unexpired keys belonging to the authenticated owner,
newest first. Pass include_revoked=true to include historical keys,
including revoked and expired keys. The full key value is never
included in list results. Omit limit to receive the full list in one
response; pass limit (and starting_after from next_cursor) to
page.
Authorizations
A merchant standard (sk_…) or restricted (rk_…) secret key sent as Authorization: Bearer <key>.
Query Parameters
Page size (1-100). Omit to receive the full list in one response.
1 <= x <= 100Cursor: an id from this list (typically the previous response's next_cursor). Returns results strictly after it, newest first.
Set to true to include historical revoked and expired keys. Defaults to false.

