List disputes
List disputes
Use this endpoint to retrieve all disputes. Supports filtering by state, category, and date range with cursor-based pagination.
GET
List disputes
Documentation Index
Fetch the complete documentation index at: https://docs.lerian.studio/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer token authentication (format: "Bearer {token}")
Headers
A unique identifier for tracing the request across services.
Query Parameters
The maximum number of items to include in the response.
Required range:
1 <= x <= 200The cursor value for retrieving the next page of results.
Filter by dispute state
Available options:
DRAFT, OPEN, PENDING_EVIDENCE, WON, LOST Filter by dispute category
Available options:
BANK_FEE_ERROR, UNRECOGNIZED_CHARGE, DUPLICATE_TRANSACTION, OTHER Start date filter (RFC 3339 format)
End date filter (RFC 3339 format)

