CKI Flight Boarding Clearance Mock Server

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 mock server 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 mock server is up and running!

Use this mock 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"consectetur ex dolor esse"
Authorization"irure"
x-sabre-airline"in nisi"
x-sabre-client-context"veniam ut"
Application-ID"in"
Conversation-ID"cupidatat elit consequat eiusmod reprehenderit"
Message-ID"et do quis"
{
  "dhs": {
    "action": "REQUEST"
  },
  "flightCriteria": {
    "airlineCode": "JL",
    "departureAirportCode": "SIN",
    "departureDate": "2026-06-17",
    "flightNumber": "470"
  },
  "gov": {
    "action": "REQUEST",
    "country": "TW"
  }
}
{
  "dhs": {
    "action": "REQUEST",
    "error": {
      "code": "1609_ERR.INVALID_DESTINATION_ADDRESS",
      "message": "Authentication Error",
      "source": "CKI",
      "type": "Validation"
    },
    "infoText": [
      "DHS Request successful"
    ],
    "status": "SUCCESS"
  },
  "errors": [
    {
      "code": "1611_ERR.UNAUTHORIZED",
      "message": "Authentication Error",
      "source": "PNR",
      "type": "Validation"
    },
    {
      "code": "1609_ERR.INVALID_DESTINATION_ADDRESS",
      "message": "Authentication Error",
      "source": "CKI",
      "type": "Application"
    },
    {
      "code": "1611_ERR.UNAUTHORIZED",
      "message": "Request Timeout",
      "source": "ANCS",
      "type": "Validation"
    },
    {
      "code": "1611_ERR.UNAUTHORIZED",
      "message": "Request Timeout",
      "source": "HOST",
      "type": "Application"
    },
    {
      "code": "1609_ERR.INVALID_DESTINATION_ADDRESS",
      "message": "Request Timeout",
      "source": "CKI",
      "type": "Businesslogic"
    }
  ],
  "flightInfo": {
    "airlineCode": "UA",
    "departureAirportCode": "CDG",
    "departureDate": "2026-06-27",
    "flightNumber": "946"
  },
  "gov": {
    "action": "REQUEST",
    "error": {
      "code": "1610_ERR.TIMEOUT",
      "message": "Authentication Error",
      "source": "CKI",
      "type": "Application"
    },
    "infoText": [
      "GOV Request successful"
    ],
    "status": "FAILURE"
  },
  "status": "NotProcessed",
  "systemTrackingId": "01KpYHaX2iJTaPZkk1Hs",
  "timeStamp": "2026-06-16T00:00:00.0Z",
  "warnings": [
    {
      "code": "ERR_FIELD_MISSING",
      "element": "passengerList",
      "message": "Request has missing mandatory fields.",
      "source": "CKI",
      "type": "Validation"
    },
    {
      "code": "ERR_FIELD_MISSING",
      "element": "countsPerCabinList with flightId 2997",
      "message": "Malformed data encountered.",
      "source": "ANCS",
      "type": "System"
    },
    {
      "code": "ERR_FIELD_MISSING",
      "element": "passengerList",
      "message": "Malformed data encountered.",
      "source": "PNR",
      "type": "System"
    },
    {
      "code": "ERR_MALFORMED_RESPONSE",
      "element": "passengerList",
      "message": "Malformed data encountered.",
      "source": "PNR",
      "type": "Validation"
    },
    {
      "code": "ERR_FIELD_MISSING",
      "element": "passengerList",
      "message": "Malformed data encountered.",
      "source": "ANCS",
      "type": "BusinessLogic"
    }
  ]
}
{
  "errorCode": "ERR.CONNECTION_FAILED",
  "message": "Check-in data not found using the provided criteria.",
  "status": "Unknown",
  "systemTrackingId": "MABbtk5s2zQshf903-ox",
  "timeStamp": "2026-06-16T00:00:00.0Z",
  "type": "Transport"
}
{
  "diagnostics": {},
  "errorCode": "ERR.2SG.SEC.MISSING_CREDENTIALS",
  "message": "Authentication data is missing",
  "status": "Complete",
  "timeStamp": "2026-06-16T00:00:00.0Z",
  "type": "BusinessLogic"
}
sabretravelaviationboardingsecurity