CKI Flight Manifest Mock Server
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 mock server 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 | "in in ea pariatur Lorem" |
Authorization | "anim cupidatat labore sunt" |
x-sabre-airline | "nostrud aliqua adipisicing" |
x-sabre-client-context | "sunt tempor eiusmod" |
Application-ID | "ex fugiat sit" |
Conversation-ID | "ut id Lorem" |
Message-ID | "aliqua voluptate minim" |
{
"display": "YES",
"email": {
"addressList": [
"checkin.mgr@airline.com",
"supervisor@airport.aero",
"ops@airline.com",
"manifests@airport.aero",
"dispatch@airline.com"
]
},
"flightCriteria": {
"airlineCode": "5A",
"departureAirportCode": "SIN",
"departureDate": "2026-07-08",
"flightNumber": "288"
},
"manifestTypeList": [
"PSG_INFO_INBOUND_CONNECTION_LIST",
"UMRAH_MANIFEST",
"HAJ_MANIFEST"
],
"otherManifestTypeEditCode": "CKI",
"passengerEditCodes": {
"condition": "AND",
"editCodeList": [
"BP",
"SVCE",
"PETC",
"PNR"
]
},
"print": {
"lniata": "0TuGg5"
}
}{
"errors": [
{
"code": "Bz1RFwnBet",
"message": "Missing Mandatory Field",
"source": "PNR",
"type": "Application"
},
{
"code": "Jzqap5iwBu",
"message": "Database Timeout",
"source": "HOST",
"type": "Validation"
},
{
"code": "D8bpItk4t3",
"message": "Invalid Flight Number",
"source": "HOST",
"type": "Businesslogic"
},
{
"code": "9b2os0TbKb",
"message": "Missing Mandatory Field",
"source": "PNR",
"type": "Validation"
}
],
"manifestList": [
{
"error": {
"code": "rBYtks2zOY",
"message": "Invalid Flight Number",
"source": "PNR",
"type": "Validation"
},
"manifestData": "ErZXKoMHUaIgfmIbWEyRAPOUgCPRWARyckUYSBQcweSQIvtzsJ",
"manifestType": "PRELIMINARY_MANIFEST",
"status": "SUCCESS"
},
{
"error": {
"code": "XVQ7N2J1ci",
"message": "Missing Mandatory Field",
"source": "CKI",
"type": "Validation"
},
"manifestData": "CzSsaiTmykklPIEfziPVTGsvcOiyTkddORXknwKLgQhquEOAPc",
"manifestType": "PASSENGER_LIST",
"status": "SUCCESS"
},
{
"error": {
"code": "M6KTwz0tsh",
"message": "Invalid Flight Number",
"source": "HOST",
"type": "Validation"
},
"manifestData": "YSUgrXhuOPySkxGWXcwFfimJxjrLxRrKuhslDkUEECpzsgmCZg",
"manifestType": "FINAL_MANIFEST",
"status": "FAILURE"
},
{
"error": {
"code": "7VdWlCEpgz",
"message": "Database Timeout",
"source": "HOST",
"type": "Businesslogic"
},
"manifestData": "sgEDPmMOrbhuMBpUkBmNvADbRncVzmcNsQvbeLrpxqZqJyqRfP",
"manifestType": "FINAL_MANIFEST",
"status": "FAILURE"
},
{
"error": {
"code": "ymoNCtKPgI",
"message": "Address Update Failed",
"source": "ANCS",
"type": "Validation"
},
"manifestData": "PanaQYhXwIQmpkflzslBPGerTXCTBpCiCCvBztNujDOXzILOuS",
"manifestType": "FINAL_MANIFEST",
"status": "SUCCESS"
}
],
"status": "Incomplete",
"systemTrackingId": "3f40c64b-7f68-4111-97ba-4980212a9172",
"timeStamp": "2026-06-16T00:00:00.0Z",
"warnings": [
{
"code": "sqN9NKXB",
"element": "0XgEl7pzDIqb",
"message": "Flight already closed.",
"source": "ANCS",
"type": "Application"
},
{
"code": "q9GqaV8X",
"element": "7WDi5tHMXzfr",
"message": "Request has missing mandatory fields.",
"source": "ANCS",
"type": "Validation"
},
{
"code": "CAcXLWnD",
"element": "ZqNnUbiqtp8p",
"message": "Flight already closed.",
"source": "PNR",
"type": "Application"
},
{
"code": "0t1ED1Fj",
"element": "1GG2FyQ95jLy",
"message": "Request has missing mandatory fields.",
"source": "CKI",
"type": "Validation"
}
]
}{
"errorCode": "500",
"message": "Server error.",
"status": "Unknown",
"systemTrackingId": "bf03b556-4da6-4b3a-ae7b-d471d55285a0",
"timeStamp": "2026-06-16T00:00:00.0Z",
"type": "BusinessLogic"
}{
"errorCode": "401",
"message": "Authentication failed.",
"status": "Complete",
"systemTrackingId": "ec497629-99bf-40df-a1e4-c4df046582c4",
"timeStamp": "2026-06-16T00:00:00.0Z",
"type": "Transport"
}{
"diagnostics": {},
"errorCode": "Lr2cIr4oD9TDfRZ",
"message": "System maintenance in progress",
"status": "Unknown",
"timeStamp": "2026-06-16T00:00:00.0Z",
"type": "Validation"
}Service Homepage: developer.sabre.com/rest-api/cki-flight-manifest/v2
sabretravelcheck-inmanifestaviation