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 | "est eu" |
Authorization | "do proident id" |
x-sabre-airline | "laboris ex" |
x-sabre-client-context | "proident ipsum cillum" |
Application-ID | "laborum Duis elit" |
Conversation-ID | "officia exercitation" |
Message-ID | "consectetur Excepteur dolore" |
{
"display": "YES",
"email": {
"addressList": [
"dispatch@airline.com",
"manifests@airport.aero",
"ops@airline.com",
"supervisor@airport.aero"
]
},
"flightCriteria": {
"airlineCode": "0L",
"departureAirportCode": "JFK",
"departureDate": "2026-08-14",
"flightNumber": "7"
},
"manifestTypeList": [
"PASSENGER_COUNTS_MANIFEST",
"FINAL_FLIGHT_INFO"
],
"otherManifestTypeEditCode": "WCH",
"passengerEditCodes": {
"condition": "OR",
"editCodeList": [
"DOCA",
"FOID",
"PNR",
"INFT"
]
},
"print": {
"lniata": "flO73H"
}
}{
"errors": [
{
"code": "ERleeEz019",
"message": "Database Timeout",
"source": "ANCS",
"type": "Businesslogic"
},
{
"code": "8079KRxdUU",
"message": "Invalid Flight Number",
"source": "PNR",
"type": "Application"
},
{
"code": "3EAuaBNfsQ",
"message": "Database Timeout",
"source": "HOST",
"type": "Application"
}
],
"manifestList": [
{
"error": {
"code": "sMXiqicp3x",
"message": "Address Update Failed",
"source": "HOST",
"type": "Validation"
},
"manifestData": "dXsrKMLMrxzabdhvWZsrsULGOdjpAbQWmivkrPBrgHGRNBeSjG",
"manifestType": "FINAL_MANIFEST",
"status": "FAILURE"
}
],
"status": "NotProcessed",
"systemTrackingId": "6878238f-88e6-410c-adcd-e741bd1f8ae7",
"timeStamp": "2026-07-21T00:00:00.0Z",
"warnings": [
{
"code": "y6ddsP4N",
"element": "VEYK60UcZVgN",
"message": "Request has missing mandatory fields.",
"source": "CKI",
"type": "Validation"
},
{
"code": "75o5O0fz",
"element": "jstkcFch71gx",
"message": "Request has missing mandatory fields.",
"source": "PNR",
"type": "Validation"
},
{
"code": "Y91AJ7cx",
"element": "wq21ZpxREI3O",
"message": "Request has missing mandatory fields.",
"source": "PNR",
"type": "Validation"
},
{
"code": "Fp3AtuvR",
"element": "ezaaYNOUUoGX",
"message": "Request has missing mandatory fields.",
"source": "PNR",
"type": "Application"
},
{
"code": "qa3sF9FU",
"element": "TT7En3PcXrv0",
"message": "Request has missing mandatory fields.",
"source": "PNR",
"type": "Application"
}
]
}{
"errorCode": "401",
"message": "Check-in data not found using provided criteria.",
"status": "Complete",
"systemTrackingId": "ab34e110-1f66-44d7-8046-b592b6ee3158",
"timeStamp": "2026-07-21T00:00:00.0Z",
"type": "Validation"
}{
"errorCode": "500",
"message": "Check-in data not found using provided criteria.",
"status": "Unknown",
"systemTrackingId": "99960bb3-179b-4d92-899e-e914b456f686",
"timeStamp": "2026-07-21T00:00:00.0Z",
"type": "Application"
}{
"diagnostics": {},
"errorCode": "xZtAKdRUUDcVriM",
"message": "Invalid request format",
"status": "Incomplete",
"timeStamp": "2026-07-21T00:00:00.0Z",
"type": "Transport"
}Service Homepage: developer.sabre.com/rest-api/cki-flight-manifest/v2
sabretravelcheck-inmanifestaviation