v1

latestOpenAPI 3.1.02026-07-1414757122.7 KB
pipeline

Get funnel by ID

Returns a single funnel by its ID.

get/crm/v1/entities/{entity}/funnel/{funnelId}

Response

OK

titlestring
funnel_codestring
activeboolean
defaultboolean

Example response

{
  "title": "Sales funnel",
  "funnel_code": "sales_funnel",
  "active": true
}