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

Authorizations

Authorization
string
header
required

Staff session or API token issued by your Voyant app.

Body

application/json
id
string
Example:

"pipe_01h..."

name
string

Response

201 - application/json

Created pipeline

id
string
Example:

"pipe_01h..."

name
string