Skip to main content
POST
Reorder pipeline stages

Authorizations

api_access_token
string
header
required

API access token for authentication. Obtain from your Voxys Connect profile settings.

Path Parameters

account_id
integer
required

The numeric ID of the account.

id
integer
required

The ID of the pipeline.

Body

application/json
stage_ids
integer[]
required

Ordered list of stage IDs representing the new order.

Example:

Response

Stages reordered.

id
integer
Example:

7

funnel_id
integer
Example:

3

name
string
Example:

"Qualification"

color
string | null
Example:

"#2196F3"

position
integer
Example:

2

chatwoot_status
enum<string> | null
Available options:
open,
resolved,
pending,
null
Example:

"open"

cards_count
integer
Example:

8

created_at
string<date-time>
updated_at
string<date-time>