Analytics
Retrieve analytics data for your organization
Analytics
The analytics endpoint provides performance metrics for your content.
Get Analytics Summary
GET /api/v1/analyticsReturns aggregate stats for your organization's posts and dispatches.
Headers
| Header | Value |
|---|---|
Authorization | Bearer <api_key> |
Response
{
"data": {
"total_posts": 150,
"published": 120,
"scheduled": 10,
"total_dispatches": 130,
"successful_dispatches": 125,
"success_rate": 96
}
}Plan Requirements
Analytics is available on Growth and Agency plans, and during the free trial period.
Starter and API Only plans will receive a 403 Forbidden response.