CKI Flight Manifest Virtual Sandbox
Generate and retrieve flight manifest reports for closed check-in operations.
The CKI Flight Manifest API allows developers to generate various types of manifests for a flight once it has been closed for check-in. This service provides the necessary data structures to handle post-check-in reporting and operational documentation requirements.
Use this hosted sandbox to simulate CKI Flight Manifest 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 manifest generation requests, verify passenger list formatting, test report-type parameters, and handle error responses for flights that are not yet closed or have invalid identifiers.
Flight
POST
| Header Name | Example |
|---|---|
x-sabre-security-token | "labore exercitation pariatur sed ipsum" |
Authorization | "voluptate exercitation elit sit" |
x-sabre-airline | "dolor dolore" |
x-sabre-client-context | "nostrud nulla et eu culpa" |
Application-ID | "nulla anim" |
Conversation-ID | "eiusmod" |
Message-ID | "aute" |
{
"display": "YES",
"email": {
"addressList": [
"checkin.mgr@airline.com",
"dispatch@airline.com",
"manifests@airport.aero",
"supervisor@airport.aero"
]
},
"flightCriteria": {
"airlineCode": "bt",
"departureAirportCode": "LAX",
"departureDate": "2026-09-18",
"flightNumber": "5"
},
"manifestTypeList": [
"FINAL_FLIGHT_INFO",
"PRELIMINARY_MANIFEST",
"PSG_INFO_LIST_ALL",
"SPECIAL_MEALS_MANIFEST",
"IATA_PSG_INFO_LIST"
],
"otherManifestTypeEditCode": "WCH",
"passengerEditCodes": {
"condition": "AND",
"editCodeList": [
"INFT",
"FOID",
"PNR"
]
},
"print": {
"lniata": "QilYAF"
}
}{
"errors": [
{
"code": "ggbtgRWBLO",
"message": "Invalid Flight Number",
"source": "ANCS",
"type": "Application"
},
{
"code": "jDXh8nSpE4",
"message": "Address Update Failed",
"source": "ANCS",
"type": "Validation"
},
{
"code": "csR0FIxmz3",
"message": "Address Update Failed",
"source": "PNR",
"type": "Businesslogic"
}
],
"manifestList": [
{
"error": {
"code": "vsh965hFFr",
"message": "Missing Mandatory Field",
"source": "CKI",
"type": "Application"
},
"manifestData": "cmaLrzAbbQWxIrVCDiSELiNFONvWsiciRtlGuqEFupjQQnotAU",
"manifestType": "PASSENGER_LIST",
"status": "SUCCESS"
},
{
"error": {
"code": "aBoWFmcDzt",
"message": "Invalid Flight Number",
"source": "HOST",
"type": "Application"
},
"manifestData": "wrZoiNhZoiBuPtaSOCmrTIYDBlnqPkViBRaJeLUOaYmdJWcZAi",
"manifestType": "PASSENGER_LIST",
"status": "FAILURE"
},
{
"error": {
"code": "7G8FB8dVV9",
"message": "Address Update Failed",
"source": "CKI",
"type": "Validation"
},
"manifestData": "IRxBxGiplYAcsYaQNqsvkxejnEjTRhOlGQQLSGJXmKXlTSsXxC",
"manifestType": "PRELIMINARY_MANIFEST",
"status": "FAILURE"
},
{
"error": {
"code": "MmAqOI6ShA",
"message": "Address Update Failed",
"source": "PNR",
"type": "Validation"
},
"manifestData": "XkfRwqdbDJCLcNAFrbmbmaPjElRXyWWmrnYTeEiojOmEiSsLaH",
"manifestType": "PASSENGER_LIST",
"status": "FAILURE"
}
],
"status": "NotProcessed",
"systemTrackingId": "572a1ca6-3d4d-435d-a7ee-031d5bda8a68",
"timeStamp": "2026-08-23T00:00:00.0Z",
"warnings": [
{
"code": "1KHSOV6o",
"element": "4vYTErbr0YDq",
"message": "Flight already closed.",
"source": "PNR",
"type": "Application"
},
{
"code": "UkPwIvK4",
"element": "zRnKKCzR88Y3",
"message": "Request has missing mandatory fields.",
"source": "ANCS",
"type": "Validation"
},
{
"code": "qyDbSbxD",
"element": "Pg5beITvteBV",
"message": "Passenger count mismatch.",
"source": "ANCS",
"type": "Application"
}
]
}{
"errorCode": "401",
"message": "Check-in data not found using provided criteria.",
"status": "NotProcessed",
"systemTrackingId": "9ab57dc5-5bc0-4dd9-9b16-7a2d757e683f",
"timeStamp": "2026-08-23T00:00:00.0Z",
"type": "Transport"
}{
"errorCode": "404",
"message": "Authentication failed.",
"status": "NotProcessed",
"systemTrackingId": "da0bfd59-53ac-4e9d-a77d-922d2a99245c",
"timeStamp": "2026-08-23T00:00:00.0Z",
"type": "Application"
}{
"diagnostics": {},
"errorCode": "x2Y4uPLqU5lDklw",
"message": "System maintenance in progress",
"status": "Incomplete",
"timeStamp": "2026-08-23T00:00:00.0Z",
"type": "Validation"
}Service Homepage: developer.sabre.com/rest-api/cki-flight-manifest/v2
sabretravelcheck-inmanifestaviation