Get the analytics for the specified organization.
cURL
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 }
The analytics for the specified organization.
Dashboard statistics for the organization
Was this page helpful?