v1

latestOpenAPI 3.1.02026-08-0630894634.3 KB
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

pnrIdstring required

Spotnana PNR Id mapped with external Id

tripIdstring required

Spotnana trip Id mapped with external Id

Example response

{
  "pnrId": "1234567890",
  "tripId": "1234567890"
}