v1
latestOpenAPI 3.1.02026-07-1414757122.7 KBpipeline
Get funnel reasons
Returns all reasons grouped by SUCCESS and FAIL for a specific funnel. Reasons explain why a deal was won or lost. Example: GET /crm/v1/reasons/1
get/crm/v1/reasons/{funnelId}
Response
Successful response
Example response
{
"SUCCESS": [
{
"id": 11,
"title": "Won",
"sort": 10
}
],
"FAIL": [
{
"id": 11,
"title": "Other",
"sort": 10
}
]
}