Skip to main content
Look up a booking using the Jinko booking reference and the traveler’s last name. No login required. USAGE: lookup_booking({ booking_ref: “JNK-A7B3X9”, last_name: “Doe” }) Returns booking details: status, travelers, itinerary items with confirmation numbers (PNR for flights, confirmation number for hotels). The booking reference is found in the confirmation email sent after booking. Format: JNK-XXXXXX (6 uppercase alphanumeric characters).

Parameters

NameTypeRequiredDescription
booking_refstringYesJinko booking reference (e.g. JNK-A7B3X9). Found in the booking confirmation email.
last_namestringYesLast name of the primary traveler on the booking.