Endpoint
Overview
Get account statistics including follower counts, views, likes, and other metrics. Behavior:- If
startDateandendDateare NOT provided: Returns the latest stat per account (one record per account) - optimal for dashboards showing current state - If
startDateorendDateis provided: Returns all stats within the date range - use for historical analysis and trend tracking
Request Body
Array of account IDs to get stats for. Omit to get all accounts.
Start date in ISO 8601 format (e.g.,
2024-01-01T00:00:00Z). Optional. If omitted (along with endDate), returns latest stat per account.End date in ISO 8601 format (e.g.,
2024-12-31T23:59:59Z). Optional. If omitted (along with startDate), returns latest stat per account.Filter by account tag
Filter by organization group
Filter by user group
Response
Array of account statistics objects
