Get external post stats
Fetch stats for a single post on a connected platform.
external_post_id is the provider’s post ID (e.g. Instagram media ID,
Tweet ID, TikTok video ID) — NOT the Marky post ID. Get external IDs
from GET /businesses/{business_id}/integrations/{integration_id}/posts
(each entry’s publish_id) or from
GET /businesses/{business_id}/posts/{post_id}/stats (each platform entry’s
external_post_id).
Returns the normalized PostStats model (likes, comment_count, reach,
views, etc.).
Errors: 400 invalid_value: The integration_id is not a valid UUID. 400 invalid_request: A metric value or the external_post_id was rejected. 401 authentication_required: API key or token is missing, invalid, or revoked. 403 permission_denied: Your plan does not include API access. 404 resource_not_found: No integration with that ID exists, or it is not in your org. 429 rate_limit_exceeded: You sent too many requests this minute. 502 UPSTREAM_PROVIDER_ERROR: The social platform returned an error while fetching stats.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
A UUID identifier.
A UUID identifier.
Query Parameters
Comma-separated metric names. Omit for defaults.
Response
Successful Response
Statistics for a single post.
