Responses

  • 200 application/json

    Message counts

    Hide response attributes Show response attributes object
    • inbound integer
    • outbound integer
    • failed integer
GET /dashboard/messages
curl \
 --request GET 'https://api.pairfon.com/dashboard/messages' \
 --header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
  "inbound": 42,
  "outbound": 42,
  "failed": 42
}