Get tag
Tags
Get tag
Get details of a specific tag
GET
Get tag
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the tag to retrieve.
Pattern:
^[0-9a-z]+$Response
200 - application/json
OK
Unique identifier for the tag.
Pattern:
^[0-9a-z]+$Example:
"l44e15irdq4db30i77cgphhx"
The display name of the tag.
Examples:
"High Priority"
"Follow Up"
"VIP"
Hex color code for the tag or predefined color (available via GET /colors).
Examples:
"#3b82f6"
"#10b981"
"teal"
"amber"