Skip to main content

Get Disputes

To get all disputes you have created:

Sample Request
curl https://api.allawee.com/disputes
-H "Authorization: Bearer YOUR_SECRET_KEY"
-H "Content-Type: application/json"
-X GET

You can get a single dispute like so:

Sample Request
curl https://api.allawee.com/disputes/:id
-H "Authorization: Bearer YOUR_SECRET_KEY"
-H "Content-Type: application/json"
-X GET