CKI Flight Boarding Clearance Virtual Sandbox
Validate passenger security documents and boarding clearance status for airline operations.
The CKI Flight Boarding Clearance Request service allows developers to validate security documents and boarding clearance requirements for passengers. This API ensures that all necessary travel documentation is verified before a passenger is cleared for boarding.
Use this hosted sandbox to simulate CKI Flight Boarding Clearance 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 simulate boarding clearance workflows, validate security document payloads, test passenger eligibility responses, and handle operational error scenarios related to flight boarding compliance.
Flight
POST
| Header Name | Example |
|---|---|
x-sabre-security-token | "cillum Duis amet mollit nostrud" |
Authorization | "nisi Lorem aliquip in minim" |
x-sabre-airline | "aute ea nisi eu sit" |
x-sabre-client-context | "adipisicing ipsum enim" |
Application-ID | "ullamco cupidatat proident nisi ex" |
Conversation-ID | "eu pariatur" |
Message-ID | "Excepteur ut culpa deserunt anim" |
{
"dhs": {
"action": "REQUEST"
},
"flightCriteria": {
"airlineCode": "AA",
"departureAirportCode": "SIN",
"departureDate": "2026-07-24",
"flightNumber": "205"
},
"gov": {
"action": "REQUEST",
"country": "NZ"
}
}{
"dhs": {
"action": "REQUEST",
"error": {
"code": "1610_ERR.TIMEOUT",
"message": "Address Update Failed",
"source": "ANCS",
"type": "Validation"
},
"infoText": [
"DHS Request successful"
],
"status": "FAILURE"
},
"errors": [
{
"code": "1610_ERR.TIMEOUT",
"message": "Address Update Failed",
"source": "PNR",
"type": "Application"
},
{
"code": "1610_ERR.TIMEOUT",
"message": "Address Update Failed",
"source": "CKI",
"type": "Businesslogic"
},
{
"code": "1609_ERR.INVALID_DESTINATION_ADDRESS",
"message": "Address Update Failed",
"source": "CKI",
"type": "Application"
}
],
"flightInfo": {
"airlineCode": "AF",
"departureAirportCode": "ORD",
"departureDate": "2026-07-28",
"flightNumber": "432"
},
"gov": {
"action": "REQUEST",
"error": {
"code": "1610_ERR.TIMEOUT",
"message": "Request Timeout",
"source": "CKI",
"type": "Application"
},
"infoText": [
"GOV Request successful"
],
"status": "FAILURE"
},
"status": "Incomplete",
"systemTrackingId": "yJ2uVYF6r1lApD8rwZ89",
"timeStamp": "2026-07-20T00:00:00.0Z",
"warnings": [
{
"code": "ERR_FIELD_MISSING",
"element": "countsPerCabinList with flightId 2997",
"message": "Malformed data encountered.",
"source": "CKI",
"type": "BusinessLogic"
},
{
"code": "ERR_FIELD_MISSING",
"element": "countsPerCabinList with flightId 2997",
"message": "Request has missing mandatory fields.",
"source": "CKI",
"type": "System"
},
{
"code": "ERR_MALFORMED_RESPONSE",
"element": "passengerList",
"message": "Malformed data encountered.",
"source": "ANCS",
"type": "Validation"
}
]
}{
"errorCode": "ERR.2SG.SEC.MISSING_CREDENTIALS",
"message": "Check-in data not found using the provided criteria.",
"status": "Incomplete",
"systemTrackingId": "D98LFmmbC_jcBFnr-co-",
"timeStamp": "2026-07-20T00:00:00.0Z",
"type": "Application"
}{
"diagnostics": {},
"errorCode": "ERR.INVALID_DATA",
"message": "Invalid request parameter.",
"status": "Unknown",
"timeStamp": "2026-07-21T00:00:00.0Z",
"type": "Application"
}Service Homepage: developer.sabre.com/rest-api/cki-flight-boarding-clearance-request/v2
sabretravelaviationboardingsecurity