Contacts::Tag
Fetch Tag
Retrieve a single Contact Tag
get/contacts/tags/{id}
Path parameters
idstring required
Response
OK
Example response
{
"id": 4,
"public_id": "LutgGM",
"workspace_id": 42000,
"name": "Example Tag",
"color": "#00FF00",
"created_at": "2025-01-01T00:00:00.000Z",
"updated_at": "2025-01-01T00:00:00.000Z"
}