Posts

Approve a post

Approve a post

Request

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

Response

{
  "success": true,
  "scheduled_at": "2024-05-02 08:49:15",
}
{
  "message": "Unauthenticated."
}
{
  "message": "Access forbidden."
}
{
  "message": "Workspace not found."
}
{
    "message": "Post not found."
}
{
  "message": "Validation errors",
  "errors": {}
}

On this page