GET
/dashboard/devices
curl \
--request GET 'https://api.pairfon.com/dashboard/devices' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"active": 42,
"inactive": 42,
"topSenders": [
{
"name": "string",
"sent": 42
}
]
}