v1
latestOpenAPI 3.0.32026-07-1419076.2 KBGet Tag By ID
This endpoint retrieves a tag owned by a client.
get/tags/{id}
Path parameters
idinteger required
The ID used to identify the domain.
Response
200
Example response
{
"data": {
"id": 1,
"name": "Important",
"color": "#C0382B",
"status": "active"
}
}