Skip to main content
GET
/
v1
/
public
/
trips
/
{envelopeId}
Get a trip (public)
curl --request GET \
  --url https://{operatorDomain}/v1/public/trips/{envelopeId}
{
  "data": {
    "envelopeId": "trip_01J9",
    "status": "draft",
    "currency": "EUR"
  }
}

Path Parameters

envelopeId
string
required

Response

200 - application/json

Trip

data
object