List Claims
Use this endpoint to list key claims with filters and pagination. Returns empty array [] if no claims match the criteria.
GET
List Claims
Autorizações
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Parâmetros de consulta
Maximum number of items per page.
Intervalo obrigatório:
1 <= x <= 100Page number for pagination.
Intervalo obrigatório:
x >= 1Filter by claim type.
Opções disponíveis:
OWNERSHIP, PORTABILITY Filter by claim status.
Opções disponíveis:
OPEN, WAITING_RESOLUTION, CONFIRMED, CANCELLED, COMPLETED Filter by Pix key value.
Sort direction: asc or desc.
Opções disponíveis:
asc, desc Filter by BACEN claim ID (UUID).

