Itineraries Travelers
Tenant Var Code
Itinerary Id
OK
A unique identifier of the traveler
Email address
First name
Last name
Date of birth
Phone number
Read only Gap user citizenship
Read only Gap user address
Read only Gap user city, state, postal code
Read only Gap user country
Read only Gap user phone numbers
Read only Gap user first emergency contact
Read only Gap user second emergency contact
GET /V2/{tenantVarCode}/itineraries/{itineraryId}/travelers HTTP/1.1
Accept: */*
OK
[
{
"Id": 1,
"EmailAddress": "text",
"Firstname": "text",
"Lastname": "text",
"DateOfBirth": "2026-01-01T00:00:00.000Z",
"PhoneNumber": "text",
"Citizenship": "text",
"Address": "text",
"CityStatePostalCode": "text",
"Country": "text",
"PhoneNumbersAll": "text",
"EmergencyContact1": "text",
"EmergencyContact2": "text"
}
]Tenant Var Code
Itinerary Id
A unique identifier of the traveler
Email address
First name
Last name
Date of birth
Phone number
Read only Gap user citizenship
Read only Gap user address
Read only Gap user city, state, postal code
Read only Gap user country
Read only Gap user phone numbers
Read only Gap user first emergency contact
Read only Gap user second emergency contact
OK
No content
POST /V2/{tenantVarCode}/itineraries/{itineraryId}/travelers HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 292
{
"Id": 1,
"EmailAddress": "text",
"Firstname": "text",
"Lastname": "text",
"DateOfBirth": "2026-01-01T00:00:00.000Z",
"PhoneNumber": "text",
"Citizenship": "text",
"Address": "text",
"CityStatePostalCode": "text",
"Country": "text",
"PhoneNumbersAll": "text",
"EmergencyContact1": "text",
"EmergencyContact2": "text"
}OK
No content
Tenant Var Code
Itinerary Id
Traveler Id
OK
A unique identifier of the traveler
Email address
First name
Last name
Date of birth
Phone number
Read only Gap user citizenship
Read only Gap user address
Read only Gap user city, state, postal code
Read only Gap user country
Read only Gap user phone numbers
Read only Gap user first emergency contact
Read only Gap user second emergency contact
GET /V2/{tenantVarCode}/itineraries/{itineraryId}/travelers/{travelerId} HTTP/1.1
Accept: */*
OK
{
"Id": 1,
"EmailAddress": "text",
"Firstname": "text",
"Lastname": "text",
"DateOfBirth": "2026-01-01T00:00:00.000Z",
"PhoneNumber": "text",
"Citizenship": "text",
"Address": "text",
"CityStatePostalCode": "text",
"Country": "text",
"PhoneNumbersAll": "text",
"EmergencyContact1": "text",
"EmergencyContact2": "text"
}Tenant Var Code
Itinerary Id
Traveler Id
OK
No content
DELETE /V2/{tenantVarCode}/itineraries/{itineraryId}/travelers/{travelerId} HTTP/1.1
Accept: */*
OK
No content
Last updated

