List posts on a platform
List posts published to a connected platform account, with stats.
Live-fetches the most recent posts on the connected account (Marky-posted
or otherwise) plus each post’s metrics. Works across Facebook, Instagram,
LinkedIn, Twitter/X, TikTok, Pinterest, and YouTube. Pagination via the
returned next_cursor for platforms that support it.
Errors: 400 invalid_value: The integration_id is not a valid UUID. 400 invalid_request: The date range or pagination cursor 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 posts.
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
Start date (ISO 8601 or Unix timestamp). Platform-dependent.
End date (ISO 8601 or Unix timestamp). Platform-dependent.
Max posts per page
1 <= x <= 100Pagination cursor. Pass the next_cursor from a previous response.
