get https://{subdomain}.myclickfunnels.com/api/v2/contacts/tags/
Retrieve a single Contact Tag
Log in to see full request history
Responses
Retrieve a single Contact Tag
xxxxxxxxxx
curl --request GET \
--url https://myworkspace.myclickfunnels.com/api/v2/contacts/tags/id \
--header 'accept: application/json'
xxxxxxxxxx
{
"id": 64,
"public_id": "zOJWic",
"workspace_id": 42000,
"name": "Example Tag",
"color": "#9d382e",
"created_at": "2024-12-19T08:15:01.615Z",
"updated_at": "2024-12-19T08:15:01.615Z"
}