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
string[]
Array of account IDs to get stats for. Omit to get all accounts.
string
Start date in ISO 8601 format (e.g.,
2024-01-01T00:00:00Z). Optional. If omitted (along with endDate), returns latest stat per account.string
End date in ISO 8601 format (e.g.,
2024-12-31T23:59:59Z). Optional. If omitted (along with startDate), returns latest stat per account.string
Filter by account tag
string
Filter by organization group
string
Filter by user group
Response
AccountStat[]
Array of account statistics objects
