Skip to main content

Schedule a post

Method: POST

URL: https://example.com/<MIXPOST_CORE_PATH>/api/<workspaceUuid>/posts/schedule/{postUuid}

Authorization: Bearer <token>

Body:

{
"postNow": true
}
KeyFormatRequiredDescription
postNowbooleanrequiredSet to true to schedule the post now. Set to false to schedule the post at the set post time.

Response:

{
"success": true,
"scheduled_at": "2024-05-02 08:49:15",
}