v1
latestOpenAPI 3.1.02026-07-1414757122.7 KBpipeline
Get funnels
Returns all funnels (sales pipelines) for the entity. Optionally filter by funnel ID. Example: GET /crm/v1/entities/deals/funnel
get/crm/v1/entities/{entity}/funnel
Query parameters
funnel_idinteger
Filter by funnel ID
Response
Successful response
Example response
[
{
"title": "Sales funnel",
"funnel_code": "sales_funnel",
"active": true
}
]