Skip to main content
GET
/
orgs
/
{org_id}
/
analytics
/
dashboard
Get Org Dashboard Analytics
curl --request GET \
  --url https://api.example.com/orgs/{org_id}/analytics/dashboard
{
  "total_contacts": 123,
  "total_messages": 123,
  "total_closed_conversations": 123,
  "total_ongoing_conversations": 123
}

Path Parameters

org_id
string
required

Response

200 - application/json

The analytics for the specified organization.

Dashboard statistics for the organization

total_contacts
number
required
total_messages
number
required
total_closed_conversations
number
required
total_ongoing_conversations
number
required