cURL
curl --request GET \ --url https://getbill.io/external-api/v1/company/statistics \ --header 'Authorization: <authorization>'
{ "error": false, "message": "Success", "data": { "debts": { "total": 1247 }, "followups": { "total": 3421 } } }
Retrieve comprehensive statistics and analytics for your company
company:read
curl -X GET "/external-api/v1/company/statistics" \ -H "Authorization: Bearer YOUR_ACCESS_TOKEN" \ -H "Content-Type: application/json"
false
Show data
Show debts
Show followups