Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/jsonRequired
{
"name": "Acme Corp",
"hex_color": "#Fd9800",
"owner_id": 12,
"access_status": "active"
}
Request Code Samples
curl --location 'https://app.onlysocial.io/os/api/panel/workspaces' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "Acme Corp",
"hex_color": "#Fd9800",
"owner_id": 12,
"access_status": "active"
}'
Responses
This response does not have a body.
Modified at 2026-06-14 08:07:00