Get a tag
Method: GET
URL: https://example.com/<MIXPOST_CORE_PATH>/api/<workspaceUuid>/tags/<tagUuid>
Authorization: Bearer <token>
Response:
- 200
- 401
- 403
- 404
{
"id": 1,
"uuid": "2323e1eb-b3a6-4183-990d-4d5afea04835",
"name": "motivation",
"hex_color": "#60a5fa"
}
{
"message": "Unauthenticated."
}
{
"message": "Access forbidden."
}
{
"message": "Workspace not found."
}
{
"message": "Tag not found."
}