Get analytics for a UniPost-published post

Use the shared post analytics endpoint when you already have a UniPost post id and need normalized performance metrics for that post.

When to use this guide

Use GET/v1/posts/{post_id}/analytics for a post created through UniPost. It returns a normalized metrics object for likes, comments, shares, saves, impressions, reach, video views, engagement rate, and provider-specific additions.

If you need account-level followers or following counts, use account metrics instead.

Steps

  1. Keep the UniPost post id returned by POST/v1/posts or from GET/v1/posts.
  2. Call GET/v1/posts/{post_id}/analytics.
  3. Read the normalized data.metrics fields first.
  4. Use data.metrics.platform_specific for provider-native fields that do not fit the shared shape.

Request

Response

Scope notes

Post analytics availability depends on the destination platform and the scopes granted to the connected account.

TikTok post analytics uses video.list to look up public videos owned by the connected TikTok account.

Pinterest Pin analytics uses the approved Pinterest read scopes for UniPost-published Pins.

Instagram, Threads, and Facebook Page metrics depend on their respective insights scopes.

Reference