Skip to main content
GET
/
v1
/
disputes
/
count
Count Disputes
curl --request GET \
  --url https://api.withflex.com/v1/disputes/count \
  --header 'Authorization: Bearer <token>'
{
  "count": 123
}

Authorizations

Authorization
string
header
required

Use a Bearer token to access this API.

Response

count
integer<int64>
required