Skip to main content
GET
/
v1
/
admin
/
quotes
/
quotes
List quotes
curl --request GET \
  --url https://{operatorDomain}/v1/admin/quotes/quotes \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "quot_01h...",
    "title": "<string>",
    "status": "draft",
    "personId": "<string>",
    "pipelineId": "<string>",
    "stageId": "<string>",
    "createdAt": "2023-11-07T05:31:56Z"
  }
]

Authorizations

Authorization
string
header
required

Staff session or API token issued by your Voyant app.

Response

200 - application/json

List of quotes

id
string
required
Example:

"quot_01h..."

title
string
status
string
Example:

"draft"

personId
string | null
pipelineId
string | null
stageId
string | null
createdAt
string<date-time>