Skip to main content
POST
/
v1
/
admin
/
quotes
/
stages
Create pipeline stage
curl --request POST \
  --url https://{operatorDomain}/v1/admin/quotes/stages \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "id": "stag_01h...",
  "pipelineId": "<string>",
  "name": "<string>",
  "position": 123
}
'
{
  "id": "stag_01h...",
  "pipelineId": "<string>",
  "name": "<string>",
  "position": 123
}

Authorizations

Authorization
string
header
required

Staff session or API token issued by your Voyant app.

Body

application/json
id
string
Example:

"stag_01h..."

pipelineId
string
name
string
position
integer

Response

201 - application/json

Created stage

id
string
Example:

"stag_01h..."

pipelineId
string
name
string
position
integer