latestOpenAPI 3.0.32026-08-23410223.0 KB

c93447ba6b9d

analytics

Get analytics for a published post

Returns the latest known analytics and snapshot history for a published post. This endpoint does not trigger a re-fetch.

get/v2/posts/{id}/analytics

Path parameters

idstring required
Example:12345

The id of the published post.

Response

Default Response

publishedPostIdstring required

The id of the published post.

platform'twitter' | 'instagram' | 'linkedin' | 'facebook' | 'tiktok' | 'pinterest' | 'threads' | 'bluesky' | 'youtube' | 'other' required

Social media platform

lastFetchedAtstring nullable required
lastErrorstring nullable required

Example response

{
  "publishedPostId": "12345",
  "platform": "twitter"
}