post https://{subdomain}.myclickfunnels.com/api/v2/sales/pipelines//stages
Create Stage
Log in to see full request history
Responses
Create Stage
xxxxxxxxxx
curl --request POST \
--url https://myworkspace.myclickfunnels.com/api/v2/sales/pipelines/pipeline_id/stages \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
17{
"id": 48,
"public_id": "ZBiUHt",
"workspace_id": null,
"pipeline_id": 17,
"name": "Example Stage",
"sort_order": 41,
"close_probability": 20,
"opportunity_ids": [
83,
84
],
"created_at": "2025-02-26T12:40:23.487Z",
"updated_at": "2025-02-26T12:40:23.487Z",
"total_value": 0,
"weighted_value": 0
}