Responses

  • 200 application/json

    Overview metrics

    Hide response attributes Show response attributes object
    • totals object
      Hide totals attributes Show totals attributes object
      • messages integer
      • devices integer
      • users integer
    • deliveryRate number(float)
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
}