logoSocialKit
APIPosts

Add a post to Queue

API endpoint to add a post to the queue.

Request

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

Responses

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

On this page