Retrieve accumulated booking updates from C Teleport. Returns an array of bookings with all actions (confirmed, cancelled, changed, etc.) that have occurred since the last pull.
No parameters required. Each call returns the delta since the previous request — once data is returned, it will not be returned again on the next call.
Returns an empty array if no new updates exist since the last call.
API key provided by C Teleport for integration access.
Limit results to bookings from the last N days (1–30). When omitted, returns the full delta since the last pull.
1 <= x <= 30Array 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.