Analytics endpoints
Read your performance data programmatically with three new endpoints, all requiring the analytics:read scope:
GET /v1/analytics/workspace— aggregated summary across all channels: total followers, average engagement, posts published, and like/comment/share totals for the range (defaults to the last 30 days).GET /v1/analytics/channels/{id}— daily profile metrics for one channel: followers, engagement rate, impressions, reach, profile views, website clicks.GET /v1/analytics/posts/{id}— all collected daily metric snapshots for one post, plus the latest snapshot.