Skip to main content
GET
List social posts

Authorizations

Authorization
string
header
required

API key from Developer dashboard (Bearer token).

Headers

X-Profile-Id
integer

Act inside a profile (sub-account) you own: data reads and writes target the profile workspace while billing, rate limits and usage stay on your own account. Requires the profiles:manage scope. Returns 404 for profiles you do not own and 409 for paused profiles.

Query Parameters

page
integer
default:1

Page number (1-based).

Required range: x >= 1
per_page
integer
default:20

Items per page.

Required range: 1 <= x <= 100
status
enum<string>
Available options:
scheduled,
published,
failed
platform
string

Filter by social platform

Response

Paginated list of posts

success
enum<boolean>
Available options:
true
data
object[]
pagination
object
meta
object