Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request samples
curl --location --request POST 'https://app.onlysocial.io/os/api//posts/approve/'
Responses
application/json {
"success": true,
"scheduled_at": "2024-05-02 08:49:15",
}
Modified at 2025-07-19 03:05:27