v1

latestOpenAPI 3.1.02026-08-0630894634.3 KB
Trip PNRs

Find Pnr details like BookingId and TripId

This API gets Pnr details for a given Source Pnr/ Ticket Number/ Vendor Confirmation.

get/v2/pnrs/search

Response

OK

pnrIdstring required

Spotnana Booking Id mapped with Source PNR or Ticket Number or Vendor Confirmation

tripIdstring required

Trip Id associated with the booking

Example response

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