Skip to main content
GET
cURL con datos ficticios

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider.

Encabezados

X-Account-Id
string

UUID de la cuenta asociada a la operación.

Ejemplo:

"019606a1-3b4c-7d8e-9f01-234567890abc"

Parámetros de consulta

role
string[] | null

Filter by the account's role in the claim (repeatable, case-insensitive): CLAIMER, DONOR

Ejemplo:
status
string[] | null

Filter by claim status (repeatable, case-insensitive): OPEN, WAITING_RESOLUTION, CONFIRMED, COMPLETED, CANCELLED

Ejemplo:
type
string[] | null

Filter by claim type (repeatable, case-insensitive): PORTABILITY, OWNERSHIP

Ejemplo:
key_type
string[] | null

Filter by key type (repeatable, case-insensitive): CPF, CNPJ, EMAIL, PHONE, EVP

Ejemplo:
start_date
string

Filter claims created on or after this date (YYYY-MM-DD)

Ejemplo:

"2026-05-01"

end_date
string

Filter claims created on or before this date (YYYY-MM-DD)

Ejemplo:

"2026-05-31"

page
string

Page number (1-based, default 1)

Ejemplo:

"1"

limit
string

Rows per page (default 20, max 100)

Ejemplo:

"20"

sort_order
string

Sort direction by createdAt (default desc, case-insensitive)

Ejemplo:

"desc"

Respuesta

OK

items
object[] | null
requerido
limit
integer<int64>
requerido
Ejemplo:

20

page
integer<int64>
requerido
Ejemplo:

1

total
integer<int64>
requerido
Ejemplo:

1