Skip to main content
GET
Get 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.

id
integer
required

The ID of the pipeline.

Response

Pipeline details.

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>