Skip to main content
GET
List Claims

Autorizações

Authorization
string
header
obrigatório

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Parâmetros de consulta

limit
integer
padrão:10

Maximum number of items per page.

Intervalo obrigatório: 1 <= x <= 100
page
integer
padrão:1

Page number for pagination.

Intervalo obrigatório: x >= 1
type
enum<string>

Filter by claim type.

Opções disponíveis:
OWNERSHIP,
PORTABILITY
status
enum<string>

Filter by claim status.

Opções disponíveis:
OPEN,
WAITING_RESOLUTION,
CONFIRMED,
CANCELLED,
COMPLETED
key_value
string

Filter by Pix key value.

sort_order
enum<string>
padrão:asc

Sort direction: asc or desc.

Opções disponíveis:
asc,
desc
bacen_claim_id
string

Filter by BACEN claim ID (UUID).

Resposta

List of claims retrieved successfully.

items
object[]
obrigatório
page
integer
obrigatório
Exemplo:

1

limit
integer
obrigatório
Exemplo:

10