Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
{name: "", description: "", account_ids: [1402, 1403]}
Request samples
curl --location --request POST 'https://app.onlysocial.io/os/api//group/store' \
--header 'Content-Type: application/json' \
--data-raw '{name: "", description: "", account_ids: [1402, 1403]}'
Responses
application/json Modified at 2025-07-19 03:03:27