Skip to main content
POST
/
v1
/
admin
/
trips
/
{envelopeId}
/
price
Price a trip
curl --request POST \
  --url https://{operatorDomain}/v1/admin/trips/{envelopeId}/price \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "currency": "EUR",
    "total": 532000
  }
}

Authorizations

Authorization
string
header
required

Staff session or API token issued by your Voyant app.

Path Parameters

envelopeId
string
required

Response

200 - application/json

Pricing result

data
object