get https://{subdomain}.myclickfunnels.com/api/v2/workspaces//funnels/tags
List Tags
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
List Tags
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
curl --request GET \
--url https://myworkspace.myclickfunnels.com/api/v2/workspaces/workspace_id/funnels/tags \
--header 'accept: application/json'
xxxxxxxxxx
20[
{
"id": 13,
"public_id": "jzdAOb",
"workspace_id": 42000,
"name": "Example Funnel Tag",
"color": "#7cb64f",
"created_at": "2025-02-05T12:39:55.167Z",
"updated_at": "2025-02-05T12:39:55.167Z"
},
{
"id": 14,
"public_id": "wpZcRS",
"workspace_id": 42000,
"name": "Example Funnel Tag",
"color": "#522fc6",
"created_at": "2025-02-05T12:39:55.170Z",
"updated_at": "2025-02-05T12:39:55.170Z"
}
]