---
title: "Find Pnr details like BookingId and TripId"
method: GET
path: "/v2/pnrs/search"
tags: ["Trip PNRs"]
---

# Find Pnr details like BookingId and TripId

`GET /v2/pnrs/search`

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

## Response `200`

OK

- PnrSearchResponse — Pnr Search Response Object having Spotnana Booking Id and Trip Id.
  - `pnrId` string, required — Spotnana Booking Id mapped with Source PNR or Ticket Number or Vendor Confirmation
  - `tripId` string, required — Trip Id associated with the booking

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — The specified resource was not found.

---

[API](https://skmtc.net/spotnana/apis/trip-api.md) · [All operations](https://skmtc.net/spotnana/apis/trip-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/spotnana/trip-api/revisions/ccddd94cdc01/schema)
