List Pix key claims
Returns a paginated list of Pix claims for the tenant. X-Account-Id is optional: when provided the listing is scoped to that account (as claimer or donor); when omitted it spans the tenant’s full organization-scoped claim set. The role/status/type/key_type filters are repeatable and case-insensitive (OR within a filter, AND across filters). List items omit the per-claim events[]; use get-by-id for the full event history.
Authorizations
JWT bearer token issued by the identity provider.
Headers
UUID of the account associated with the operation.
"019606a1-3b4c-7d8e-9f01-234567890abc"
Query Parameters
Filter by the account's role in the claim (repeatable, case-insensitive): CLAIMER, DONOR
Filter by claim status (repeatable, case-insensitive): OPEN, WAITING_RESOLUTION, CONFIRMED, COMPLETED, CANCELLED
Filter by claim type (repeatable, case-insensitive): PORTABILITY, OWNERSHIP
Filter by key type (repeatable, case-insensitive): CPF, CNPJ, EMAIL, PHONE, EVP
Filter claims created on or after this date (YYYY-MM-DD)
"2026-05-01"
Filter claims created on or before this date (YYYY-MM-DD)
"2026-05-31"
Page number (1-based, default 1)
"1"
Rows per page (default 20, max 100)
"20"
Sort direction by createdAt (default desc, case-insensitive)
"desc"

