cURL
curl --request GET \ --url https://api.sandbox.saalal.com/v1/disputes \ --header 'Authorization: Bearer <token>'
{ "message": "OK", "statusCode": 200, "data": [ { "transaction_slug": "962b954d-bbd3-4b03-8a70-80fb595e9049", "slug": "submitted", "status": "submitted", "reason": "duplicate", "explanation": "No real explanation even now" } ], "meta": { "current_page": 1, "from": 1, "last_page": 1, "per_page": 20, "to": 1, "total": 1 } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
The response is of type object.
object