Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request samples
curl --location -g --request GET 'https://app.onlysocial.io/os/api/<workspaceUuid>/accounts/{accountUuid}'
Responses
application/json {
"id": 1,
"uuid": "85347d5e-9724-4cb6-b91c-82d6d6d4e992",
"name": "Only Social",
"username": "onlysocial",
"image": "https://app.onlysocial.io/avatar/onlysocial.jpg",
"provider": "facebook_page",
"data": {
"suffix": {
"value": "Page",
"edited": false
}
},
"authorized": true,
"created_at": "2024-03-27 11:30:45"
}
Modified at 2024-06-28 15:53:53