Responses

  • 200 application/json

    Devices summary

    Hide response attributes Show response attributes object
    • active integer
    • inactive integer
    • topSenders array[object]
      Hide topSenders attributes Show topSenders attributes object
      • name string
      • sent integer
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
    }
  ]
}