Stages are the configurable columns of the lead board. Each organization defines its own; this endpoint lets you discover them at runtime so your integration can route leads to the right stage by name.Documentation Index
Fetch the complete documentation index at: https://developers.flowestate.app/llms.txt
Use this file to discover all available pages before exploring further.
GET /pipeline/stages
Scope: leads:read. Lists the organization’s pipeline stages in display order.
Request
Response 200
Fields
| Field | Description |
|---|---|
id | UUID. Use this on POST /leads and PUT /leads/{id} as the stageId field. |
name | Display name in the dashboard. May be localized or customized by the organization. |
color | Hex color used by the dashboard board. |
order | Display order. Lower numbers come first. |
stageKind | Lifecycle bucket: open, won, lost. |
systemKey | Optional key matching one of the system stages (new, contacted, etc.). May be null for fully custom stages. |