Skip to main content
GET
List stages in a pipeline

Autorizaciones

Authorization
string
header
requerido

API key created in the dashboard under Settings → API Keys. Send it as Authorization: Bearer pk_....

Parámetros de ruta

pipeline_id
integer
requerido

ID of the pipeline. Shown in the Salesflow editor URL and in the pipeline settings.

Respuesta

OK

Response for listing pipeline stages.

status
string
predeterminado:success

Always success.

Allowed value: "success"
data
PublicStageSchema · object[]

Stages ordered by position.

count
integer
predeterminado:0

Number of stages returned.