Skip to main content
GET
/
v1
/
admin
/
quotes
/
quote-versions
List quote versions
curl --request GET \
  --url https://{operatorDomain}/v1/admin/quotes/quote-versions \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "qver_01h...",
    "quoteId": "<string>",
    "version": 123,
    "status": "draft",
    "currency": "EUR",
    "totalAmount": 123,
    "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 quote versions

id
string
required
Example:

"qver_01h..."

quoteId
string
required
version
integer
status
string
Example:

"draft"

currency
string
Example:

"EUR"

totalAmount
integer

Minor units

createdAt
string<date-time>