TravelerDocument
Response Model for Traveler Document
This is the representation of the TravelerDocument
data structure which you receive in the Traveler API response.
Property
Type
Required
Description
id
string
Y
The ID of the traveler in Goki.
firstName
string
Y
First name of the traveler.
lastName
string
Y
Last name of the traveler.
gender
string
Y
Gender of the traveler. Can be male or female.
email
string
Y
The email address of the traveler.
homeTown
object
N
An object containing the home country and city of the traveler.
savatar
object
N
Traveler avatar in small size.
mavatar
object
N
Traveler avatar in medium size.
Last updated