Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request samples
curl --location -g --request POST 'https://app.onlysocial.io/os/api/<workspaceUuid>/posts/add-to-queue/{postUuid}'
Responses
application/json {
"success": true,
"scheduled_at": "2024-05-02 08:49:15",
}
Modified at 2024-06-28 15:48:59