Skip to main content
GET
List Social Account Posts

Authorizations

Authorization
string
header
required

A company API key, company scoped JWT, app API key, or user OAuth token. You must prepend your key/token with the word 'Bearer', which will look like Bearer ***************************

Headers

Api-Version-Date
string

Pins the request to a dated API version.

Example:

"2026-07-08-1"

Path Parameters

id
string
required

The social account (a sacc_ identifier) whose posts to list.

Query Parameters

account_id
string
required

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

post_id
string

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

first
integer
default:25

The number of posts to return.

Required range: x <= 100
after
string

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

Response

single post returned when post_id is given

data
object[]
required
page_info
object
required