v8

OpenAPI 3.1.02026-08-033623795.0 MB
Social Accounts

List Social Account Posts

Lists the existing posts of a connected Facebook page, Instagram account, or TikTok account.

get/social_accounts/{id}/posts

Query parameters

account_idstring required

The Account (a biz_ identifier) the social account is connected to.

post_idstring

Return only the single post with this platform id, instead of the full list.

firstinteger

The number of posts to return.

afterstring

Cursor to fetch the page after (from page_info.end_cursor).

Response

single post returned when post_id is given

Example response

{
  "data": [
    {
      "call_to_action": "learn_more",
      "restrictions": [
        "lead_form_ineligible"
      ]
    }
  ]
}