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