Skip to main content
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).

Usage

jinko get-booking [options]

Options

FlagRequiredDescriptionDefault
--booking-ref <ref>YesJinko booking reference (e.g. JNK-A7B3X9). JSON: booking_ref.
--last-name <name>YesLast name of the primary traveler. JSON: last_name.
--ref <ref>NoDEPRECATED: use —booking-ref.

Examples

jinko get-booking --booking-ref JNK-ABC123 --last-name Doe
No auth needed, this is the guest endpoint. Returns the booking envelope or a generic 404 (existence non-leak).