GET
/dashboard/overview
curl \
--request GET 'https://api.pairfon.com/dashboard/overview' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"totals": {
"messages": 42,
"devices": 42,
"users": 42
},
"deliveryRate": 42.0
}