put https://{subdomain}.myclickfunnels.com/api/v2/sales/pipelines/
Update Pipeline
Log in to see full request history
Responses
Update Pipeline
xxxxxxxxxx
curl --request PUT \
--url https://myworkspace.myclickfunnels.com/api/v2/sales/pipelines/id \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
41}
{
"id": 10,
"public_id": "IQPAJy",
"workspace_id": 42000,
"name": "Example Pipeline",
"created_at": "2025-02-26T12:40:11.996Z",
"updated_at": "2025-02-26T12:40:11.996Z",
"total_value": 0,
"stages": [
{
"id": 29,
"public_id": "sFGbdX",
"workspace_id": null,
"pipeline_id": 10,
"name": "Example Stage",
"sort_order": 22,
"close_probability": 20,
"opportunity_ids": [
45,
46
],
"total_value": 0,
"weighted_value": 0
},
{