Skip to main content
POST
Reorder Stages
Applied atomically via a single RPC transaction, so a partial failure can’t leave the funnel half-reordered.

Auth

Requires the org-admin scope organizations:manage specifically — the CRM manage scopes the rest of the deals router accepts are not enough here — plus an active organization on the token.

Response

The full, newly-ordered stage list — same shape as List All Stages.

Authorizations

Authorization
string
header
required

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

Body

application/json
stages
StageReorderItem · object[]
required

Full list of stage id/position pairs to apply atomically.

Minimum array length: 1

Response

Successful Response