Skip to main content
GET
/
finance
/
collections
/
stats
Collection call statistics
curl --request GET \
  --url http://134.209.118.139:3002/finance/collections/stats \
  --header 'x-access-token: <api-key>'
{
  "PENDING": 45,
  "CALLED": 22,
  "RESOLVED": 18
}

Authorizations

x-access-token
string
header
required

JWT token obtained from POST /api/auth/signin

Response

Call counts by status