cURL
curl --request GET \ --url https://api.withflex.com/v1/disputes/count \ --header 'Authorization: Bearer <token>'
{ "count": 123 }
Returns the count of disputes that require a response.
Use a Bearer token to access this API.