put https://{subdomain}.myclickfunnels.com/api/v2/funnels/
Update Funnel
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
Update Funnel
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
curl --request PUT \
--url https://myworkspace.myclickfunnels.com/api/v2/funnels/id \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
20{
"id": 8,
"public_id": "WKouSF",
"workspace_id": 42000,
"name": "Example Funnel",
"archived": false,
"current_path": "/example-path",
"live_mode": true,
"favicon_image_id": null,
"created_at": "2025-03-15T08:49:44.442Z",
"updated_at": "2025-03-15T08:49:44.442Z",
"tags": [
{
"id": 9,
"public_id": "gzZWdC",
"name": "Example Funnel Tag",
"color": "#14550f"
}
]
}