CKI Flight Departures Virtual Sandbox
Retrieve departing flight lists for specific airports and dates.
The CKI Flight Departures API provides access to departing flight information for a specific airport on a given date. It is designed to assist developers in building check-in and airport operations workflows by providing structured flight data.
Use this hosted sandbox to simulate CKI Flight Departures APIs without authentication, API keys, or extra dependencies. Point your code or SDK to the Beeceptor base URL, preferably through an environment variable or feature flag, and switch back to the production API when ready.
This keeps your integration code consistent across local development, QA, demos, and production.
Use cases:
Use this sandbox to validate airport flight list retrieval, date-based query parameters, response schema parsing for flight schedules, and error handling for invalid airport codes or dates before integrating with live Sabre CKI systems.
Flight
POST
| Header Name | Example |
|---|---|
x-sabre-security-token | "cillum proident Excepteur" |
Authorization | "ad dolore officia occaecat" |
x-sabre-airline | "elit dolor aliqua" |
x-sabre-client-context | "sit aliquip in" |
Application-ID | "ea mollit" |
Conversation-ID | "nisi ipsum" |
Message-ID | "et enim veniam pariatur" |
{
"airlineCode": "CCO",
"airportCode": "USB",
"date": "2026-07-25",
"options": {
"arrivalAirportCode": "LEW",
"carrierDisplayOption": "HOST_AND_GROUND_HANDLED",
"endTime": "12:00:00",
"flightLegStatus": "PDC",
"groundHandledCarrier": "[ob",
"startTime": "06:00:00"
}
}{
"airlineInfoList": [
{
"code": "3LQ",
"name": "[object Object]"
},
{
"code": "NE",
"name": "[object Object]"
}
],
"cabinList": [
"J",
"Y"
],
"errors": [
{
"code": "gdpNaa7x8t",
"message": "Connection Error",
"source": "CKI",
"type": "Application"
}
],
"flightCount": 42,
"flightList": [
{
"aircraftType": "B78",
"airlineCode": "3D",
"arrival": {
"airport": "JOC",
"estimatedDate": "2026-07-25",
"estimatedTime": "08:15:00",
"gate": "I84",
"scheduledDate": "2026-07-24",
"scheduledTime": "08:00:00",
"terminal": "TERMINAL B"
},
"countsPerCabinList": [
{
"authorized": 54,
"available": 48,
"booked": 183,
"cabinClassCode": "F",
"cabinName": "FIRST",
"nonRevCheckedIn": 3,
"nonRevNotCheckedIn": 7,
"revCheckedIn": 145,
"revNotCheckedIn": 26,
"totalSeat": 199
},
{
"authorized": 296,
"available": 39,
"booked": 119,
"cabinClassCode": "F",
"cabinName": "BUSINESS",
"nonRevCheckedIn": 10,
"nonRevNotCheckedIn": 1,
"revCheckedIn": 139,
"revNotCheckedIn": 40,
"totalSeat": 113
},
{
"authorized": 95,
"available": 48,
"booked": 187,
"cabinClassCode": "F",
"cabinName": "FIRST",
"nonRevCheckedIn": 19,
"nonRevNotCheckedIn": 7,
"revCheckedIn": 146,
"revNotCheckedIn": 27,
"totalSeat": 330
},
{
"authorized": 170,
"available": 2,
"booked": 49,
"cabinClassCode": "Y",
"cabinName": "FIRST",
"nonRevCheckedIn": 12,
"nonRevNotCheckedIn": 0,
"revCheckedIn": 18,
"revNotCheckedIn": 12,
"totalSeat": 234
},
{
"authorized": 57,
"available": 33,
"booked": 15,
"cabinClassCode": "F",
"cabinName": "BUSINESS",
"nonRevCheckedIn": 9,
"nonRevNotCheckedIn": 8,
"revCheckedIn": 191,
"revNotCheckedIn": 20,
"totalSeat": 173
}
],
"departure": {
"airport": "OYB",
"estimatedDate": "2026-07-28",
"estimatedTime": "20:30:00",
"gate": "I36",
"scheduledDate": "2026-07-23",
"scheduledTime": "08:00:00",
"terminal": "TERMINAL A"
},
"flightLegStatus": "CANCEL",
"flightNumber": "912",
"flightScheduleStatus": "CANCELLED",
"indicator": "2Xp"
},
{
"aircraftType": "A32",
"airlineCode": "HCL",
"arrival": {
"airport": "PBY",
"estimatedDate": "2026-07-27",
"estimatedTime": "08:15:00",
"gate": "R02",
"scheduledDate": "2026-07-25",
"scheduledTime": "20:00:00",
"terminal": "TERMINAL A"
},
"countsPerCabinList": [
{
"authorized": 245,
"available": 49,
"booked": 104,
"cabinClassCode": "Y",
"cabinName": "ECONOMY",
"nonRevCheckedIn": 1,
"nonRevNotCheckedIn": 5,
"revCheckedIn": 108,
"revNotCheckedIn": 8,
"totalSeat": 287
},
{
"authorized": 144,
"available": 14,
"booked": 212,
"cabinClassCode": "F",
"cabinName": "FIRST",
"nonRevCheckedIn": 16,
"nonRevNotCheckedIn": 8,
"revCheckedIn": 151,
"revNotCheckedIn": 4,
"totalSeat": 187
},
{
"authorized": 155,
"available": 6,
"booked": 67,
"cabinClassCode": "Y",
"cabinName": "ECONOMY",
"nonRevCheckedIn": 16,
"nonRevNotCheckedIn": 3,
"revCheckedIn": 10,
"revNotCheckedIn": 14,
"totalSeat": 119
}
],
"departure": {
"airport": "GZB",
"estimatedDate": "2026-07-25",
"estimatedTime": "08:15:00",
"gate": "Y10",
"scheduledDate": "2026-07-22",
"scheduledTime": "16:00:00",
"terminal": "TERMINAL A"
},
"flightLegStatus": "OPENA",
"flightNumber": "24",
"flightScheduleStatus": "ON_TIME",
"indicator": "quk"
}
],
"status": "Complete",
"systemTrackingId": "619366fc-8aba-4e2f-b341-bc7ddb7cad97",
"timeStamp": "2026-07-21T00:00:00.0Z",
"warnings": [
{
"code": "INVALID_FORMAT",
"element": "passengerCount",
"message": "Request has missing mandatory Fields",
"source": "ANCS",
"type": "Validation"
},
{
"code": "INVALID_FORMAT",
"element": "passengerCount",
"message": "Malformed input data",
"source": "PNR",
"type": "Validation"
},
{
"code": "INVALID_FORMAT",
"element": "flightId",
"message": "Malformed input data",
"source": "CKI",
"type": "Validation"
},
{
"code": "MISSING_FIELD",
"element": "departureDate",
"message": "Malformed input data",
"source": "ANCS",
"type": "Validation"
},
{
"code": "MISSING_FIELD",
"element": "flightId",
"message": "Request has missing mandatory Fields",
"source": "HOST",
"type": "Validation"
}
]
}{
"errorCode": "rIrQYy7UGc",
"message": "System timeout.",
"status": "NotProcessed",
"systemTrackingId": "842b8088-bc9c-4fca-8fdb-ca8fb4e993c5",
"timeStamp": "2026-07-20T00:00:00.0Z",
"type": "Application"
}{
"errorCode": "bVm09VWI5J",
"message": "System timeout.",
"status": "NotProcessed",
"systemTrackingId": "dc48f574-5c29-49f5-94d7-31577ed753ba",
"timeStamp": "2026-07-21T00:00:00.0Z",
"type": "Application"
}{
"errorCode": "uhBSak9zm2",
"message": "Check-in data not found.",
"status": "NotProcessed",
"systemTrackingId": "880645fd-38a9-4fb6-af4e-8ba7cb013e4c",
"timeStamp": "2026-07-20T00:00:00.0Z",
"type": "Application"
}{
"diagnostics": {},
"errorCode": "NlmaxyCM7TwG2os",
"message": "Authentication data is missing",
"status": "NotProcessed",
"timeStamp": "2026-07-20T00:00:00.0Z",
"type": "BusinessLogic"
}Service Homepage: developer.sabre.com/rest-api/cki-flight-departures/v2
sabretravelaviationckiflights