Endpoint
Overview
Get daily aggregated statistics showing total changes across all filtered accounts per day. This endpoint is optimized for rendering time-series charts and dashboards. Returns one record per day containing the sum of daily changes for all metrics (followers, following, views, likes) across all accounts matching your filters.Request Body
string
required
Start date in ISO 8601 format (e.g.,
2024-01-01T00:00:00Z)string
required
End date in ISO 8601 format (e.g.,
2024-12-31T23:59:59Z)string[]
Array of account IDs to include in aggregation. Omit to include all accounts.
string
Filter by account tag
string
Filter by organization group
string
Filter by user group
Response
DailyAggregatedStat[]
Array of daily aggregated statistics
