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
Page size,
1–100.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.