Skip to main content
GET
/
v1
/
admin
/
trips
/
{envelopeId}
Get a trip
curl --request GET \
  --url https://{operatorDomain}/v1/admin/trips/{envelopeId} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "envelopeId": "trip_01J9",
    "status": "draft",
    "currency": "EUR",
    "components": [
      {}
    ]
  }
}

Authorizations

Authorization
string
header
required

Staff session or API token issued by your Voyant app.

Path Parameters

envelopeId
string
required

Response

200 - application/json

Trip

data
object