Upload an array of passenger/traveller records to C Teleport. Each passenger is identified by a unique ID within your system. If a record with the same ID already exists, it will be overwritten.
API key provided by C Teleport for integration access.
Unique passenger identifier within your system.
"EMP-001"
Passenger's last/family name.
30"Smith"
Passenger's first/given name.
30"John"
Date of birth (YYYY-MM-DD).
"1985-03-15"
Two-letter ISO 3166-1 alpha-2 country code.
"GB"
Gender (M or F).
M, F "M"
Country that issued the travel document (ISO 3166-1 alpha-2).
"GB"
Travel document (passport) number.
9"533400831"
Travel document expiration date (YYYY-MM-DD).
"2028-06-20"
Three-letter IATA airport code for the passenger's home airport.
"LHR"
Passenger's email address.
"john.smith@example.com"
Passenger's phone number (international format).
"+44 7911 123456"
Passengers uploaded successfully.
Whether the upload was successful.