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.

CKI Flight Boarding Clearance virtual sandbox is up and running!

Use this sandbox URL as the API base in your code to simulate CKI Flight Boarding Clearance responses instantly.

https://sabre-flight-boarding-clearance.mock.beeceptor.com



Flight

Header NameExample
x-sabre-security-token"qui Lorem elit"
Authorization"esse"
x-sabre-airline"officia sed qui nostrud Duis"
x-sabre-client-context"irure laborum aute ipsum Excepteur"
Application-ID"minim laborum non"
Conversation-ID"dolor et"
Message-ID"aliqua"
{
  "dhs": {
    "action": "REQUEST"
  },
  "flightCriteria": {
    "airlineCode": "EK",
    "departureAirportCode": "DFW",
    "departureDate": "2026-08-30",
    "flightNumber": "343"
  },
  "gov": {
    "action": "REQUEST",
    "country": "AL"
  }
}
{
  "dhs": {
    "action": "REQUEST",
    "error": {
      "code": "1611_ERR.UNAUTHORIZED",
      "message": "Address Update Failed",
      "source": "HOST",
      "type": "Businesslogic"
    },
    "infoText": [
      "DHS Request successful"
    ],
    "status": "SUCCESS"
  },
  "errors": [
    {
      "code": "1611_ERR.UNAUTHORIZED",
      "message": "Address Update Failed",
      "source": "PNR",
      "type": "Businesslogic"
    },
    {
      "code": "1609_ERR.INVALID_DESTINATION_ADDRESS",
      "message": "Authentication Error",
      "source": "HOST",
      "type": "Application"
    }
  ],
  "flightInfo": {
    "airlineCode": "SQ",
    "departureAirportCode": "LHR",
    "departureDate": "2026-08-30",
    "flightNumber": "577"
  },
  "gov": {
    "action": "REQUEST",
    "error": {
      "code": "1609_ERR.INVALID_DESTINATION_ADDRESS",
      "message": "Authentication Error",
      "source": "CKI",
      "type": "Validation"
    },
    "infoText": [
      "GOV Request successful"
    ],
    "status": "SUCCESS"
  },
  "status": "NotProcessed",
  "systemTrackingId": "9GOho4Q_Na7MlvxKKjhp",
  "timeStamp": "2026-08-23T00:00:00.0Z",
  "warnings": [
    {
      "code": "ERR_FIELD_MISSING",
      "element": "passengerList",
      "message": "Malformed data encountered.",
      "source": "ANCS",
      "type": "Validation"
    },
    {
      "code": "ERR_MALFORMED_RESPONSE",
      "element": "countsPerCabinList with flightId 2997",
      "message": "Malformed data encountered.",
      "source": "PNR",
      "type": "BusinessLogic"
    },
    {
      "code": "ERR_MALFORMED_RESPONSE",
      "element": "passengerList",
      "message": "Malformed data encountered.",
      "source": "CKI",
      "type": "System"
    },
    {
      "code": "ERR_FIELD_MISSING",
      "element": "countsPerCabinList with flightId 2997",
      "message": "Malformed data encountered.",
      "source": "ANCS",
      "type": "System"
    }
  ]
}
{
  "errorCode": "ERR.2SG.SEC.MISSING_CREDENTIALS",
  "message": "Check-in data not found using the provided criteria.",
  "status": "Unknown",
  "systemTrackingId": "RxuUO0QnUigqkObOs-8A",
  "timeStamp": "2026-08-23T00:00:00.0Z",
  "type": "Application"
}
{
  "diagnostics": {},
  "errorCode": "ERR.2SG.SEC.MISSING_CREDENTIALS",
  "message": "Authentication data is missing",
  "status": "Unknown",
  "timeStamp": "2026-08-23T00:00:00.0Z",
  "type": "Application"
}
sabretravelaviationboardingsecurity