Posts

Schedule a post

Schedule a post

Request

  • Method: POST
  • URL: https://app.socialk.it/core/api/<workspaceUuid>/posts/schedule/{postUuid}
  • Authorization: Bearer <token>

Body

{
  "postNow": false
}
KeyTypeRequiredDescription
postNowbooleanNoSet to true to post immediately instead of at the scheduled date and time. Default: false

Response

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