Ticketing
Retrieve Bookings and Tickets

Ticket Retrieve

post/air/ticket/tickets/getbylocator

Headers

TraceIdstring
Example:TraceID_123456789

Identifier used to correlate Air API invocations across a multi-call business flows.

XAUTH_TRAVELPORT_ACCESSGROUPstring
Example:19Y88702-C27A-4E5D-829A-89D7016688B1

Identifies the Travelport access group with which the caller is associated

travelportPlusSessionIdentifierstring
Example:49f58f5f-c443-43b4-9f5d-be405fd00a01

travelportPlusSessionIdentifier used to maintain an established agency session

TVP-PCC-Corestring
Example:DU7_1G

Allows user to pass PCC instead of Access Group ID

Request body

@typestring required
detailViewIndboolean

If true, TicketDetail will be returned

Example request

{
  "@type": "TicketQueryGetByLocator",
  "detailViewInd": true,
  "Locator": {
    "value": "ZXG25P",
    "locatorType": "Confirmation Number",
    "source": "1G",
    "sourceContext": "Travelport",
    "otaType": "14.UIT",
    "creationDate": "2026-03-01",
    "lastUpdated": "2026-08-07T12:12:00Z"
  },
  "TicketNumber": [
    {
      "value": "1156",
      "ticketIssuer": "Cargo airways",
      "contentSource": "GDS"
    }
  ]
}

Response

OK - Successful Response - 200