get https://{subdomain}.myclickfunnels.com/api/v2/workspaces//contacts/tags
List all Contact Tags for your workspace
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
List all Contact Tags for your workspace
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
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": "mTZLJs",
"workspace_id": 42000,
"name": "Example Tag",
"color": "#4718a2",
"created_at": "2025-04-01T13:13:38.693Z",
"updated_at": "2025-04-01T13:13:38.693Z"
},
{
"id": 63,
"public_id": "imYEVU",
"workspace_id": 42000,
"name": "Example Tag",
"color": "#7a061b",
"created_at": "2025-04-01T13:13:38.695Z",
"updated_at": "2025-04-01T13:13:38.695Z"
}
]