Skip to main content
GET
/
v1
/
admin
/
quotes
/
stages
List pipeline stages
curl --request GET \
  --url https://{operatorDomain}/v1/admin/quotes/stages \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "stag_01h...",
    "pipelineId": "<string>",
    "name": "<string>",
    "position": 123
  }
]

Authorizations

Authorization
string
header
required

Staff session or API token issued by your Voyant app.

Response

200 - application/json

List of stages

id
string
Example:

"stag_01h..."

pipelineId
string
name
string
position
integer