Retrieve a list of disputes.
cURL
curl --request GET \ --url https://api.useproxy.ai/v1/disputes \ --header 'Authorization: Bearer <token>'
{ "data": [ { "status": "<string>", "createdAt": 123, "id": "<string>", "transactionId": "<string>", "customerId": "<string>", "cardId": "<string>", "disputeType": "<string>", "reason": "<string>", "description": "<string>", "amount": 123, "currency": "<string>", "resolvedAt": 123 } ] }
API key authentication. Include your API key in the Authorization header as Bearer <api_key>.
Bearer <api_key>
Maximum number of results to return (default: 50)
1 <= x <= 100
List of disputes
Show child attributes