List cases
Cases
List cases
List support/dispute cases for the authenticated buyer.
Use this endpoint for account case inboxes and resolution tracking views.
Query behavior:
- Supports pagination and sorting by creation/update timestamps.
Response behavior:
- Returns only cases belonging to purchases made by the authenticated user.
- Includes outcomes and attachments.
- Redacts seller delivery address data on seller outcomes until those outcomes are accepted.
GET
List cases
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Page number, defaults to 1
Required range:
x >= 1Results per page, defaults to 20
Required range:
1 <= x <= 50Field to sort by
Available options:
createdAt, updatedAt Sort direction
Available options:
asc, desc Response
200 - application/json
User cases
Available options:
SNAD, DAMAGED, WRONG_ITEM, NOT_RECEIVED, OTHER, CHARGEBACK Available options:
OPEN, REMEDIATION, SETTLED, CLOSED, ESCALATED