Get Disputes
Authorization
apiKey x-api-key<token>
Your Chargeflow API key. Generate it in the Developer Hub under Settings.
In: header
Query Parameters
offset?integer
The page number of the current response
Range
0 <= valueDefault
0limit?integer
The number of disputes per page
Range
1 <= value <= 100Default
25Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/public/2025-04-01/disputes"{ "disputes": [], "pagination": { "totalCount": 0, "offset": 0, "limit": 25, "totalPages": 0 }}Was this page helpful?