Skip to main content
GET
Query scheduled posts

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

notPostedOnly
boolean
default:false

Filter to show only posts that haven't been published yet

sortBy
enum<string>
default:lastCreated

Sort order for results

Available options:
lastCreated,
firstCreated,
lastUpdated,
firstUpdated
options
object

Response

Scheduled posts retrieved successfully

data
object[]
networkId
string
paging
object
users
object[]
files
object[]
communities
object[]
polls
object[]