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

Query Parameters

limit
integer

Response

200 - application/json

Trip collection

data
object[]