Skip to main content
POST
Reassign records from one pipeline stage to another

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
sourceStageId
string
required

Stage being retired — its contacts/applications are moved to targetStageId and the stage is deactivated.

targetStageId
string
required

Destination stage that receives the source stage's records; must belong to the same pipeline and be active.

Response

Stage records reassigned

success
boolean
recordsTransferred
number
sourceStage
object
targetStage
object