get https://{subdomain}.myclickfunnels.com/api/v2/workspaces//contacts/tags
List all Contact Tags for your workspace
Log in to see full request history
Responses
List all Contact Tags for your workspace
xxxxxxxxxx
curl --request GET \
--url https://myworkspace.myclickfunnels.com/api/v2/workspaces/workspace_id/contacts/tags \
--header 'accept: application/json'
xxxxxxxxxx
20[
{
"id": 62,
"public_id": "RIfSnl",
"workspace_id": 42000,
"name": "Example Tag",
"color": "#d3647f",
"created_at": "2025-03-05T12:39:45.340Z",
"updated_at": "2025-03-05T12:39:45.340Z"
},
{
"id": 63,
"public_id": "zngmxH",
"workspace_id": 42000,
"name": "Example Tag",
"color": "#413be0",
"created_at": "2025-03-05T12:39:45.343Z",
"updated_at": "2025-03-05T12:39:45.343Z"
}
]