Ticket Retrieve (GDS) 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

GDS only. To retrieve an NDC ticket use the Ticket Retrieve (NDC) API.

The Ticket Retrieve request returns details for a single ticket for a GDS itinerary.

Also see:

  • To list all ticket numbers on a single reservation, send a Ticket List request.

  • To retrieve all reservation details by ticket number, send a Reservation Retrieve request with the ticket number.

  • To return a list of documents on a booking, including tickets, invoices, MCOs, and EMDs, use Document List.

  • To return histories of documents associated with a booking, including tickets, invoices, MCOs, and EMDs, use Document History.

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 locator, traveler name, form of payment details, flight departure and arrival information, a price breakdown by PTC, 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.