Request
Provide your bearer token in the Authorization
 header when making requests to protected resources. Example:Authorization: Bearer ********************
 Request Code Samples
curl --location -g --request GET 'https://app.onlysocial.io/os/api/<workspaceUuid>/tags/{tagUuid}' \
--header 'Authorization: Bearer <token>'
Responses
application/json {
    "id": 1,
    "uuid": "2323e1eb-b3a6-4183-990d-4d5afea04835",
    "name": "motivation",
    "hex_color": "#60a5fa"
}
Modified at 2024-06-28 15:52:36