Retrieve confirmed bookings created within the last N days.
Each call returns all bookings created within the specified window — the same booking may appear on repeated calls.
API key provided by C Teleport for integration access.
Number of days to look back (default: 30, max: 90). Returns bookings created within the last N days.
1 <= x <= 90Array of bookings with accumulated actions.
C Teleport booking identifier.
"BK-2024-5001"
Airline PNR/record locator.
"ABC123"
Current state of the booking.
confirmed, issued, refund_pending, cancelled, approval_required, declined, change_pending "confirmed"
Price information for the booking.
Chronological list of actions performed on this booking.
Flight segments in the booking.
Passengers on this booking.
Fare terms and conditions for the booking.
Baggage allowance information keyed by route string (e.g., "MNL-SIN"). Each value describes the baggage allowance for that route segment.
{ "MNL-SIN": "23kg" }Additional metadata associated with the booking. Contains travel change information and may include additional customer-specific fields.