Skip to main content
POST
Create Pipeline Stage

Authorizations

Authorization
string
header
required

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

Path Parameters

pipeline_id
string<uuid>
required

Body

name
string
required
Minimum string length: 1
stage_order
integer

Zero-indexed insert position. Defaults to the end of the pipeline.

is_closed_won
boolean
default:false
is_closed_lost
boolean
default:false

Response

Stage created.

{key}
any