Retrieve bookings that have been modified since the given timestamp.
Returns bookings with any updates (status changes, itinerary
modifications, etc.) after the specified date-time.
Unlike GET /bookings which returns a delta since the last pull,
this endpoint lets you query modifications from a specific point in time.
API key provided by C Teleport for integration access.
ISO 8601 timestamp. Only bookings modified after this date-time are returned.
Array of modified bookings.
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.