post https://{subdomain}.myclickfunnels.com/api/v2/workspaces//funnels/tags
Create Tag
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
Create Tag
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
curl --request POST \
--url https://myworkspace.myclickfunnels.com/api/v2/workspaces/workspace_id/funnels/tags \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
{
"id": 16,
"public_id": "oiFSjC",
"workspace_id": 42000,
"name": "Example Funnel Tag",
"color": "#cdc246",
"created_at": "2025-02-05T12:39:55.181Z",
"updated_at": "2025-02-05T12:39:55.181Z"
}