Sabre CKI Flight Update Mock Server
Update flight statuses and manage operational changes within the host system.
CKI Flight Update allows developers to programmatically update flight statuses and manage operational flight data within the Sabre host system. This service is essential for maintaining accurate flight information and triggering status changes based on real-time operational requirements.
Use this hosted mock server to simulate Sabre CKI Flight Update 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 flight status update payloads, verify state transition logic, test error handling for invalid flight identifiers, and ensure proper synchronization of operational status changes with downstream airline systems.
Flight
POST
| Header Name | Example |
|---|---|
x-sabre-security-token | "est aliquip et" |
Authorization | "eiusmod culpa nisi sunt" |
x-sabre-airline | "ut sit esse" |
x-sabre-client-context | "eiusmod Duis non deserunt" |
Application-ID | "non veniam" |
Conversation-ID | "voluptate" |
Message-ID | "culpa eu ex enim" |
{
"flightCriteria": {
"airlineCode": "UA",
"arrivalAirportCode": "SIN",
"departureAirportCode": "ATL",
"departureDate": "2026-06-26",
"flightNumber": "0130"
},
"flightStatus": {
"cabinList": [
{
"cabinClassCode": "C",
"cabinCount": 135
},
{
"cabinClassCode": "C",
"cabinCount": 270
},
{
"cabinClassCode": "C",
"cabinCount": 160
},
{
"cabinClassCode": "C",
"cabinCount": 56
}
],
"connectingAirportCode": [
"CDG",
"DFW",
"ATL",
"FRA",
"DXB"
],
"flightLegStatus": "OPENAI"
},
"priorityRestriction": {
"action": "EDIT",
"cabinClassCode": "F",
"priorityCode": "NRSA"
},
"updateCount": {
"childCount": "1",
"wheelChairCount": "1"
}
}{
"errors": [
{
"code": "AUTH_ERR_01",
"message": "Invalid flight number",
"source": "CKI",
"type": "Validation"
},
{
"code": "AUTH_ERR_01",
"message": "Missing mandatory parameters",
"source": "CKI",
"type": "Application"
},
{
"code": "AUTH_ERR_01",
"message": "Missing mandatory parameters",
"source": "CKI",
"type": "Application"
},
{
"code": "VAL_ERR_99",
"message": "Address Update Failed",
"source": "CKI",
"type": "Businesslogic"
},
{
"code": "BUS_ERR_123",
"message": "Address Update Failed",
"source": "HOST",
"type": "Businesslogic"
}
],
"flightInfo": {
"airlineCode": "UA",
"arrivalAirportCode": "NRT",
"departureAirportCode": "MIA",
"departureDate": "2026-06-30",
"flightNumber": "0550"
},
"flightStatus": {
"flightLegStatus": "FINAL",
"infoText": "CLOSED"
},
"priorityRestriction": {
"cabinClassCode": "J",
"infoText": "STAFF ACCESS",
"priorityCode": "UPG"
},
"status": "Incomplete",
"systemTrackingId": "SYPT7L1EhHeUTnPBdIA7fYr1H",
"timeStamp": "2026-06-16T00:00:00.0Z",
"updateCount": {
"childCount": "4",
"wheelChairCount": "7"
},
"warnings": [
{
"code": "ERR_MALFORMED_RESPONSE",
"element": "flightId",
"message": "Deprecated field in use.",
"source": "CKI",
"type": "Validation"
},
{
"code": "WARN_DEPRECATED_PARAM",
"element": "departureDate",
"message": "Deprecated field in use.",
"source": "CKI",
"type": "Validation"
},
{
"code": "WARN_DEPRECATED_PARAM",
"element": "departureDate",
"message": "Deprecated field in use.",
"source": "ANCS",
"type": "Validation"
}
]
}{
"errorCode": "404",
"message": "Service unavailable.",
"status": "NotProcessed",
"systemTrackingId": "s9ea8Zp6yDtKAbgssfzImqR8R",
"timeStamp": "2026-06-16T00:00:00.0Z",
"type": "BusinessLogic"
}{
"diagnostics": {},
"errorCode": "ERR.SYS.TIMEOUT",
"message": "Internal server error",
"status": "Unknown",
"timeStamp": "2026-06-16T00:00:00.0Z",
"type": "Validation"
}Service Homepage: developer.sabre.com/rest-api/cki-flight-update/v2
sabretravelaviationflight-statuscki