get https://{subdomain}.myclickfunnels.com/api/v2/sales/pipelines/stages/
Fetch Stage
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
Fetch Stage
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
curl --request GET \
--url https://myworkspace.myclickfunnels.com/api/v2/sales/pipelines/stages/id \
--header 'accept: application/json'
xxxxxxxxxx
17{
"id": 45,
"public_id": "PJicoe",
"workspace_id": null,
"pipeline_id": 16,
"name": "Example Stage",
"sort_order": 38,
"close_probability": 20,
"opportunity_ids": [
77,
78
],
"created_at": "2025-02-26T12:40:21.733Z",
"updated_at": "2025-02-26T12:40:21.733Z",
"total_value": 0,
"weighted_value": 0
}