API ReferenceTags
Get Tag
Retrieves all the tags of the company of the user.
Authorization
bearerAuth user, superuser, admin, superadmin, readonlyAuthorization<token>
In: header
Scope: user, superuser, admin, superadmin, readonly
Path Parameters
tagId*string
The tag's ID.
Match
[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{12}Format
uuidResponse Body
application/json
Try it live
curl -X GET "https://example.com/tags/52907745-7672-470e-a803-a2f8feb52944"{ "id": "52907745-7672-470e-a803-a2f8feb52944", "sort": 0.1, "color": "string", "description": "string", "isDefault": true, "tagValue": "string", "tagKey": "string", "subject": "Machines", "companyId": 0.1}