latestOpenAPI 3.0.32026-08-23410223.0 KB
c93447ba6b9d
analytics
List top performing posts
Returns the user's top performing published posts ordered by the requested metric over the given time range.
get/v2/analytics
Query parameters
sincestring
Only include posts published on or after this ISO 8601 timestamp. Defaults to 30 days ago.
untilstring
Only include posts published on or before this ISO 8601 timestamp. Defaults to now.
platformstring
sortBy'likes_count' | 'comments_count' | 'views_count' | 'reach_count'
limitinteger
Response
Default Response
Example response
{
"items": [
{
"platform": "twitter"
}
]
}