get https://{subdomain}.myclickfunnels.com/api/v2/funnels/tags/
Fetch Tag
Log in to see full request history
Responses
Fetch Tag
xxxxxxxxxx
curl --request GET \
--url https://myworkspace.myclickfunnels.com/api/v2/funnels/tags/id \
--header 'accept: application/json'
xxxxxxxxxx
{
"id": 15,
"public_id": "ukaiLH",
"workspace_id": 42000,
"name": "Example Funnel Tag",
"color": "#fed98b",
"created_at": "2025-02-05T12:39:55.176Z",
"updated_at": "2025-02-05T12:39:55.176Z"
}