CKI Flight Boarding Clearance Override Mock Server
Override flight boarding security requests during the passenger check-in process.
The CKI Flight Boarding Clearance Override service allows developers to manage security clearance overrides for passengers. This API is essential for handling exceptions during the check-in workflow where standard boarding clearance needs to be bypassed or modified to accommodate specific passenger requirements.
Use this hosted mock server to simulate CKI Flight Boarding Clearance Override 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 boarding clearance override requests, test passenger security status transitions, verify error handling for invalid override codes, and simulate successful clearance bypass scenarios during the check-in lifecycle.
Flight
POST
| Header Name | Example |
|---|---|
x-sabre-security-token | "do elit" |
Authorization | "Duis" |
x-sabre-airline | "ad officia labore" |
x-sabre-client-context | "mollit" |
Application-ID | "amet" |
Conversation-ID | "veniam eu" |
Message-ID | "Duis enim" |
{
"appList": [
{
"action": "WAIVE",
"airportCode": "DEN"
},
{
"action": "WAIVE",
"airportCode": "BOS"
},
{
"action": "UNWAIVE",
"airportCode": "BOS"
},
{
"action": "UNWAIVE",
"airportCode": "ATL"
},
{
"action": "WAIVE",
"airportCode": "ATL"
},
{
"action": "UNWAIVE",
"airportCode": "DFW"
},
{
"action": "WAIVE",
"airportCode": "BOS"
},
{
"action": "WAIVE",
"airportCode": "JFK"
},
{
"action": "WAIVE",
"airportCode": "SFO"
}
],
"dhs": {
"action": "OVERRIDE"
},
"flightCriteria": {
"airlineCode": "K0",
"departureAirportCode": "BOS",
"departureDate": "2026-06-22",
"flightNumber": "4926"
},
"gov": {
"action": "WAIVE",
"country": "US"
}
}{
"appList": [
{
"action": "UNWAIVE",
"airportCode": "LAX",
"error": {
"code": "1611_ERR.AUTH_FAILURE",
"message": "Permission Denied",
"source": "HOST",
"type": "Businesslogic"
},
"infoText": [
"OK TO BOARD"
],
"status": "FAILURE"
},
{
"action": "WAIVE",
"airportCode": "ORD",
"error": {
"code": "1612_ERR.TIMEOUT",
"message": "Invalid Passport Data",
"source": "PNR",
"type": "Application"
},
"infoText": [
"OK TO BOARD"
],
"status": "SUCCESS"
},
{
"action": "UNWAIVE",
"airportCode": "DFW",
"error": {
"code": "1610_ERR.INVALID_FLIGHT",
"message": "Permission Denied",
"source": "ANC",
"type": "Application"
},
"infoText": [
"OK TO BOARD"
],
"status": "SUCCESS"
},
{
"action": "WAIVE",
"airportCode": "LAX",
"error": {
"code": "1609_ERR.INVALID_DESTINATION_ADDRESS",
"message": "Address Update Failed",
"source": "PNR",
"type": "Application"
},
"infoText": [
"OK TO BOARD"
],
"status": "SUCCESS"
},
{
"action": "WAIVE",
"airportCode": "LAX",
"error": {
"code": "1609_ERR.INVALID_DESTINATION_ADDRESS",
"message": "Invalid Passport Data",
"source": "HOST",
"type": "Businesslogic"
},
"infoText": [
"OK TO BOARD"
],
"status": "SUCCESS"
},
{
"action": "WAIVE",
"airportCode": "ORD",
"error": {
"code": "1610_ERR.INVALID_FLIGHT",
"message": "Permission Denied",
"source": "HOST",
"type": "Application"
},
"infoText": [
"OK TO BOARD"
],
"status": "FAILURE"
},
{
"action": "WAIVE",
"airportCode": "DFW",
"error": {
"code": "1609_ERR.INVALID_DESTINATION_ADDRESS",
"message": "Address Update Failed",
"source": "CKI",
"type": "Validation"
},
"infoText": [
"OK TO BOARD"
],
"status": "SUCCESS"
},
{
"action": "WAIVE",
"airportCode": "DFW",
"error": {
"code": "1611_ERR.AUTH_FAILURE",
"message": "Address Update Failed",
"source": "PNR",
"type": "Application"
},
"infoText": [
"OK TO BOARD"
],
"status": "FAILURE"
},
{
"action": "UNWAIVE",
"airportCode": "BOS",
"error": {
"code": "1611_ERR.AUTH_FAILURE",
"message": "Address Update Failed",
"source": "ANC",
"type": "Businesslogic"
},
"infoText": [
"OK TO BOARD"
],
"status": "SUCCESS"
}
],
"dhs": {
"action": "OVERRIDE",
"error": {
"code": "1612_ERR.TIMEOUT",
"message": "Address Update Failed",
"source": "HOST",
"type": "Validation"
},
"infoText": [
"DHS Request successful"
],
"status": "SUCCESS"
},
"errors": [
{
"code": "1611_ERR.AUTH_FAILURE",
"message": "Permission Denied",
"source": "PNR",
"type": "Businesslogic"
},
{
"code": "1610_ERR.INVALID_FLIGHT",
"message": "Address Update Failed",
"source": "CKI",
"type": "Application"
}
],
"flightInfo": {
"airlineCode": "NH",
"departureAirportCode": "DEN",
"departureDate": "2026-06-30",
"flightNumber": "27"
},
"gov": {
"action": "UNWAIVE",
"countryCode": "FR",
"error": {
"code": "1611_ERR.AUTH_FAILURE",
"message": "Flight Not Found",
"source": "HOST",
"type": "Validation"
},
"infoText": [
"GOV Request successful"
],
"status": "SUCCESS"
},
"status": "Incomplete",
"systemTrackingId": "NBpT6M18W4V94O_60fc8",
"timeStamp": "2026-06-16T00:00:00.0Z",
"warnings": [
{
"code": "ERR_INVALID_PARAM",
"element": "departureDate",
"message": "Field deprecated.",
"source": "CKI",
"type": "BusinessLogic"
}
]
}{
"errorCode": "ERR.500.INTERNAL",
"message": "Check-in data not found using the provided criteria.",
"status": "Unknown",
"systemTrackingId": "wpwEMiiS9vdS4dYYKcOV",
"timeStamp": "2026-06-17T00:00:00.0Z",
"type": "Application"
}{
"diagnostics": {},
"errorCode": "ERR.INVALID_INPUT",
"message": "Database connection lost",
"status": "NotProcessed",
"timeStamp": "2026-06-16T00:00:00.0Z",
"type": "Application"
}Service Homepage: developer.sabre.com/rest-api/cki-flight-boarding-clearance-override/v2
sabretravelcheck-inboardingaviation