List Social Account Posts
Lists the existing posts of a connected social account. Supported for Facebook pages and Instagram accounts. Pass post_id to return only that single post. The owning account is passed as account_id (a biz_ identifier).
Authorizations
An account API key, account scoped JWT, app API key, or user OAuth token.
Headers
Pins the request to a dated API version. When omitted, the request uses the original (2025-01-01) request/response shapes, so existing unversioned callers are never broken. Generated SDKs always send the latest version they were built against. An unrecognized value is rejected with a 400. The schemas documented here always describe the latest version.
"2026-06-20"
Path Parameters
The social account (a sacc_ identifier) whose posts to list.
Query Parameters
The Account (a biz_ identifier) the social account is connected to.
Return only the single post with this platform id, instead of the full list.
The number of posts to return.
x <= 100Cursor to fetch the page after (from page_info.end_cursor).

