List API keys for the calling integration (non-secret metadata)
List the API keys provisioned for the calling integration. Returns non-secret metadata only: id, scope (enterprise, brand, or branch, plus names), key_prefix, key_last_four, status, expires_at, last_used_at, and created_at. The raw key is never present in a list response: it appears only once, in the create response. Tenant-scoped to the calling integration: keys belonging to another integration or enterprise are never visible. Supports status filtering and cursor pagination. Read-only; requires the integrations READ permission.
Authorizations
Partner API key (platform- or merchant-scoped). Contract key-enforces context.merchant_id.
Query Parameters
Filter by key status.
active, inactive Filter to keys scoped to a specific branch.
Opaque cursor from a prior page's meta.next_cursor.
Page size (default 50, max 200).
1 <= x <= 200Response
A page of API key metadata (no secrets).
The response is of type any.