Skip to main content
POST
Create a pipeline

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.

Body

application/json
name
string
required
Example:

"Sales Pipeline"

description
string | null
Example:

"Main B2B sales pipeline."

color
string | null
Example:

"#4CAF50"

position
integer | null
Example:

1

is_public
boolean
default:true
is_active
boolean
default:true

Response

Pipeline created.

id
integer
Example:

3

name
string
Example:

"Sales Pipeline"

description
string | null
Example:

"Main B2B sales pipeline."

color
string | null
Example:

"#4CAF50"

position
integer
Example:

1

is_public
boolean
Example:

true

is_active
boolean
Example:

true

stages_count
integer
Example:

5

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