Pular para o conteúdo principal
GET
Listar disputas

Autorizações

Authorization
string
header
obrigatório

Autenticação por Bearer token (formato: "Bearer {token}")

Cabeçalhos

X-Request-Id
string

A unique identifier for tracing the request across services.

Parâmetros de consulta

limit
integer
padrão:20

The maximum number of items to include in the response.

Intervalo obrigatório: 1 <= x <= 200
cursor
string

The cursor value for retrieving the next page of results.

state
enum<string>

Filter by dispute state

Opções disponíveis:
DRAFT,
OPEN,
PENDING_EVIDENCE,
WON,
LOST
category
enum<string>

Filter by dispute category

Opções disponíveis:
BANK_FEE_ERROR,
UNRECOGNIZED_CHARGE,
DUPLICATE_TRANSACTION,
OTHER
date_from
string<date-time>

Start date filter (RFC 3339 format)

date_to
string<date-time>

End date filter (RFC 3339 format)

Resposta

Lista de disputas com paginação por cursor

Lista paginada de disputas

items
object[]
nextCursor
string

Cursor para a próxima página de resultados

prevCursor
string

Cursor para a página anterior de resultados

limit
integer

Máximo de itens por página

Exemplo:

20

hasMore
boolean

Se há mais resultados disponíveis