Skip to content

View an Tag Detail

GET
/tags/{tag_id}

Parameters

Path Parameters

tag_id
required
integer

ID of the Tag

Responses

200

OK

object
id
number
name
string
colour
string
company_id
number
taggings_count
number
Example
{
"id": 144441,
"name": "Veeqo Tag",
"colour": "#009aed",
"company_id": 21314,
"taggings_count": 0
}