Skip to main content
GET
/
v1
/
admin
/
quotes
/
quotes
/
{id}
Get quote
curl --request GET \
  --url https://{operatorDomain}/v1/admin/quotes/quotes/{id} \
  --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.

Path Parameters

id
string
required

Response

200 - application/json

Quote

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>