post https://{subdomain}.myclickfunnels.com/api/v2/workspaces//contacts/tags
Add a new Contact Tag to your Workspace
Log in to see full request history
Responses
Add a new Contact Tag to your Workspace
xxxxxxxxxx
curl --request POST \
--url https://myworkspace.myclickfunnels.com/api/v2/workspaces/workspace_id/contacts/tags \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
{
"id": 65,
"public_id": "zygOCj",
"workspace_id": 42000,
"name": "Example Tag",
"color": "#a61b2d",
"created_at": "2025-03-05T12:39:45.356Z",
"updated_at": "2025-03-05T12:39:45.356Z"
}