travelers
Create Traveler
Create a new traveler.
post/travelers/
Request body
first_namestring required
middle_namestring nullable
last_namestring required
date_of_birthstring date nullable
gender'M' | 'F'
Gender for airline ticketing.
emailstring nullable
phonestring nullable
address_line_1string nullable
address_line_2string nullable
citystring nullable
statestring nullable
postal_codestring nullable
address_countrystring nullable
known_traveler_numberstring nullable
redress_numberstring nullable
citizenshipstring nullable
Response
Successful Response
idstring uuid required
namestring required
first_namestring required
middle_namestring nullable
last_namestring required
date_of_birthstring nullable
gender'M' | 'F'
Gender for airline ticketing.
emailstring nullable
phonestring nullable
address_line_1string nullable
address_line_2string nullable
citystring nullable
statestring nullable
postal_codestring nullable
address_countrystring nullable
known_traveler_numberstring nullable
redress_numberstring nullable
citizenshipstring nullable
citizenship_source'explicit' | 'passport' | 'imported' | 'unknown'
How a citizenship value entered the system.
citizenship_confirmed_atstring nullable
is_account_holderboolean required
Changes
No recorded changes to this endpoint across all 1 revision of this API.