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"
}

Changes

No recorded changes to this endpoint across all 6 revisions of this API.