Sabre CKI Flight GENDEC Retrieve Virtual Sandbox
Retrieve crew, disinfection, illness, and aircraft information for General Declarations reports.
The CKI Flight GENDEC Retrieve API facilitates the retrieval of crew info, disinfect info, illness info, and aircraft info required for the General Declarations report.
Use this hosted sandbox to simulate Sabre CKI Flight GENDEC Retrieve 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 the retrieval of flight-specific regulatory data, ensuring that crew manifests, health-related disinfection details, and aircraft configuration data are correctly parsed and mapped for General Declaration reporting workflows.
Flight
POST
| Header Name | Example |
|---|---|
x-sabre-security-token | "est Ut irure" |
Authorization | "magna tempor dolore dolore" |
x-sabre-airline | "quis ut" |
x-sabre-client-context | "ut irure ex ad" |
Application-ID | "reprehenderit veniam id dolore" |
Conversation-ID | "est Excepteur" |
Message-ID | "in non ut mollit sunt" |
{
"flightCriteria": {
"airlineCode": "ZXV",
"departureAirportCode": "BCK",
"departureDate": "2025-12-19",
"flightNumber": "162"
}
}{
"aircraftInfo": {
"arrivalAirportCode": "DBM",
"tailNumber": "TA5210"
},
"crewInfo": "Jerry Wuckert Sr.",
"disinfectInfo": "Disinfected",
"errors": [
{
"code": "404_ERR.NOT_FOUND",
"message": "Address Update Failed",
"source": "PNR",
"type": "Application"
},
{
"code": "1609_ERR.INVALID_DESTINATION",
"message": "Record Not Found",
"source": "ANCS",
"type": "Validation"
},
{
"code": "500_ERR.INTERNAL",
"message": "Record Not Found",
"source": "PNR",
"type": "Validation"
}
],
"flightInfo": {
"airlineCode": "2CI",
"departureAirportCode": "ZLB",
"departureDate": "2026-05-23",
"flightNumber": "96"
},
"illnessInfo": "Respiratory Infection",
"status": "Unknown",
"systemTrackingId": "2SXUa2FW2OQ_3FjFk2buxh1kYrvwUG",
"timeStamp": "2026-06-21T00:00:00.0Z",
"warnings": [
{
"code": "ERR_MALFORMED_RESPONSE",
"element": "crewInfo",
"message": "Connection unstable",
"source": "ANCS",
"type": "BusinessLogic"
},
{
"code": "WARN_MISSING_OPTIONAL",
"element": "aircraftInfo",
"message": "Resource overloaded",
"source": "ANCS",
"type": "BusinessLogic"
},
{
"code": "WARN_DEPRECATED_FIELD",
"element": "aircraftInfo",
"message": "Resource overloaded",
"source": "ANCS",
"type": "BusinessLogic"
}
]
}{
"errorCode": "404",
"message": "Server Error",
"status": "Complete",
"systemTrackingId": "QDVx9pM9uCnMJXVF0VkNMl0_daWro3",
"timeStamp": "2026-06-20T00:00:00.0Z",
"type": "Transport"
}{
"errorCode": "403",
"message": "Unauthorized access",
"status": "NotProcessed",
"systemTrackingId": "RJjxqAq-U4oHZH2aU7lG8iEKVv-FEz",
"timeStamp": "2026-06-20T00:00:00.0Z",
"type": "Validation"
}{
"diagnostics": {},
"errorCode": "ERR.AUTH_FAILED",
"message": "Authentication data is missing",
"status": "NotProcessed",
"timeStamp": "2026-06-20T00:00:00.0Z",
"type": "Application"
}Service Homepage: developer.sabre.com/rest-api/cki-flight-gendec-retrieve/v2
sabretravelaviationckigendecrest