v1
latestOpenAPI 3.1.02026-07-1414757122.7 KBpipeline
Get kanban stages
Returns all kanban stages for the entity, optionally filtered by funnel. Example: GET /crm/v1/entities/deals/kanban/stage?funnel_id=1
get/crm/v1/entities/{entity}/kanban/stage
Query parameters
funnel_idinteger
Filter by funnel ID
Response
Successful response
Example response
[
{
"title": "New Deal",
"color": "#6AD01F",
"stage_code": "new_deal",
"sort": 10
}
]