# Get a Flight Passenger Retrieves the details of a passenger associated with a specific flight ticket. Endpoint: GET /api/external/flight/{flightId}/passenger/{ticketId} Version: 1.5.0 Security: API_AUTHENTICATION ## Path parameters: - `flightId` (integer, required) Flight ID - `ticketId` (integer, required) ticketId ## Response 200 fields (application/json): - `ticketId` (integer) Ticket ID - `externalReference` (string) A unique identifier assigned to the passenger by an external system. - `isMain` (boolean) Indicates whether the passenger is the primary contact or main passenger. - `paxUserId` (integer) The User's FL3XX ID. When sent together with , this field has higher priority. - `seatOnLap` (boolean) When set to , this indicates that the passenger is an infant and will be seated on an adult's lap. - `paxType` (string) Enum: "NONE", "MALE", "FEMALE", "CHILD", "INFANT", "OTHER" - `links` (array) - `links.deprecation` (string) - `links.href` (string) - `links.hreflang` (string) - `links.media` (string) - `links.name` (string) - `links.profile` (string) - `links.rel` (object) - `links.title` (string) - `links.type` (string)