v1
latestOpenAPI 3.1.02026-07-263788129.7 KBTags
Get a Tag
Gets a single tag by its tag_id.
get/v1/tags/{tag_id}
Path parameters
tag_idstring uuid required
Response
Successful Response
Example response
{
"data": {
"name": "Enterprise",
"color": "blue"
}
}