List API keys
Returns API keys newest first with keyset pagination and their full access configuration. Pass exactly one of organizationId (the full organization inventory) or websiteId (only keys whose access kind is websites with a direct grant on that website — organization-wide keys can also act on the website but appear only in the organization inventory). Revoked keys are excluded by default; pass revoked=only to list them instead. Page size defaults to 20 (maximum 100). Secrets are never returned — only metadata.
Authorizations
Cactal API key. Create one in the dashboard or via POST /apiKeys. The plaintext key is shown once at creation.
Query Parameters
Organization whose full API key inventory to list. Provide either this or websiteId.
1List only API keys with a direct grant on this website (access kind websites). Organization-wide keys can also act on the website but are not included; list those with organizationId. Provide either this or organizationId.
1exclude, only 1 <= x <= 100