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.

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 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.