Skip to main content
POST
Retrieve a booking using the Jinko booking reference and the traveler's last name
Anonymous retrieval for a booking the user already made. Use it when the traveler has their Jinko booking reference and last name, for example to look up the itinerary days later without signing in. Returns the full booking envelope: status, travelers, and itinerary items with confirmation numbers (PNR for flights, confirmation number for hotels).

Authorizations

X-API-Key
string
header
required

Body

application/json
booking_ref
string
required
Example:

"JNK-A0AUR2"

last_name
string
required
Example:

"Carrard"

intent
object

Response

Retrieve a booking using the Jinko booking reference and the traveler's last name

booking
object

The booked trip. Minimally described — the platform sends more (items, per-item confirmations, provider state) and all of it reaches you. The two *_support_level fields are a SNAPSHOT: a fare’s void window closes with time, so before acting on a refund or exchange read the level from a live POST /v1/refund_check or POST /v1/exchange_shop rather than from here.