Trip PNRs
Get PNR by external Id
This endpoint gets PNR Id and Trip Id for a given external Id.
get/v2/pnrs
Response
OK
Example response
{
"pnrId": "1234567890",
"tripId": "1234567890"
}Changes
No recorded changes to this endpoint across all 5 revisions of this API.