post https://{subdomain}.myclickfunnels.com/api/v2/workspaces//sales/pipelines
Create Pipeline
Log in to see full request history
Responses
Create Pipeline
xxxxxxxxxx
curl --request POST \
--url https://myworkspace.myclickfunnels.com/api/v2/workspaces/workspace_id/sales/pipelines \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
41}
{
"id": 8,
"public_id": "RCVUko",
"workspace_id": 42000,
"name": "Example Pipeline",
"created_at": "2025-02-26T12:40:09.649Z",
"updated_at": "2025-02-26T12:40:09.649Z",
"total_value": 0,
"stages": [
{
"id": 25,
"public_id": "nuvxEb",
"workspace_id": null,
"pipeline_id": 8,
"name": "Example Stage",
"sort_order": 18,
"close_probability": 20,
"opportunity_ids": [
37,
38
],
"total_value": 0,
"weighted_value": 0
},
{