Skip to main content
POST
Create a scheduled post

Authorizations

Authorization
string
header
required

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

Body

application/json
scheduledAt
string<date-time>
required

When the post should be published

Example:

"2025-08-15T10:00:00Z"

postData
object
required

Response

Scheduled post created successfully

data
object