Skip to main content
PATCH
Move a client between stages

Authorizations

Authorization
string
header
required

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

Path Parameters

pipeline_id
integer
required

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

client_id
integer
required

ID of the client to move.

Body

application/json

Move a client to a different stage.

target_stage_id
integer
required

Stage to move the client to.

Response

OK

Response for pipeline add/remove/move operations.

status
string
required

Response status

Allowed value: "success"
message
string
required

Human-readable message

success_count
integer
default:0

Clients processed successfully.

skipped_count
integer
default:0

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