Skip to main content
PATCH
Move a client between stages

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.

client_id
integer
requerido

ID of the client to move.

Cuerpo

application/json

Move a client to a different stage.

target_stage_id
integer
requerido

Stage to move the client to.

Respuesta

OK

Response for pipeline add/remove/move operations.

status
string
requerido

Response status

Allowed value: "success"
message
string
requerido

Human-readable message

success_count
integer
predeterminado:0

Clients processed successfully.

skipped_count
integer
predeterminado:0

Clients skipped (already on the pipeline, or not found on it).