Skip to main content
GET
/
v1
/
admin
/
bookings
/
{id}
/
travelers
List booking travelers
curl --request GET \
  --url https://{operatorDomain}/v1/admin/bookings/{id}/travelers \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "trv_01J9",
      "firstName": "[redacted]",
      "lastName": "[redacted]",
      "role": "lead"
    }
  ]
}

Authorizations

Authorization
string
header
required

Staff session or API token issued by your Voyant app.

Path Parameters

id
string
required

Response

200 - application/json

Travelers

data
object[]