Get the analytics for the specified organization.
curl --request GET \
--url https://api.useinvent.com/orgs/{org_id}/analytics/dashboard \
--header 'Authorization: Bearer <token>'{
"total_contacts": 123,
"total_messages": 123,
"total_closed_conversations": 123,
"total_ongoing_conversations": 123,
"average_csat": 123,
"total_csat_conversations": 123
}Bearer token authentication using your API key
The analytics for the specified organization.
Was this page helpful?
curl --request GET \
--url https://api.useinvent.com/orgs/{org_id}/analytics/dashboard \
--header 'Authorization: Bearer <token>'{
"total_contacts": 123,
"total_messages": 123,
"total_closed_conversations": 123,
"total_ongoing_conversations": 123,
"average_csat": 123,
"total_csat_conversations": 123
}