GDS Ticket Retrieve API Reference

Get

ticket/tickets/{ticketID}

Send the ticket number in {ticketID}.

Base path:

Pre-production https://api.pp.travelport.com/11/air/

Production https://api.travelport.com/11/air/

Related Content: Ticket Cancel, Refund, & Exchange Guide

The Ticket Retrieve request returns details for a single ticket for a GDS itineraryClosed The entire trip on a booking, including all flights on all legs. Also called a journey..

Also see:

Request

The Ticket Retrieve API requires a GET request with the ticket number to the endpoint above. There are no query parameters or message payload.

Response

The Ticket Display response returns the reservation locatorClosed Unique six-character alphanumeric code returned for a successful booking, e.g. JS7GH4. For NDC the airline returns an additional locator code, which can be called the vendor locator code. Sometimes called a PNR and used to refer to the booking record as a whole, but because the term PNR is specific to GDS, this online help uses the more generic terms "booking" for the booking record and "reservation locator" for the six-character code., traveler name, form of payment details, flight departure and arrival information, a price breakdown by PTCClosed Passenger Type Code, used to categorize travelers. The most common PTCs are adult (ADT), child (CNN), and infant (INF). You can request a maximum of 9 passengers in one Search request., and agency information.

Example Request

There is no message payload. The GET request looks like:

https://api.travelport.com/11/air/ticket/ticket/0067744639158

Example Response

For additional examples and scenarios, download the developer toolkits and see Using Postman and Developer Toolkits.

The following example is for a ticket that has been exchanged; it returns details of the previously exchanged ticket in the PreviousIssue object.