Sabre CKI Passenger Boarding Clearance Override Virtual Sandbox

Override passenger security document requests for airline check-in workflows.

The Passenger Boarding Clearance Override API allows developers to programmatically bypass standard security document requirements during the check-in process. This service is essential for handling specific operational exceptions where manual or system-level clearance overrides are necessary to complete passenger boarding.

Use this hosted sandbox to simulate Sabre CKI Passenger 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 error handling for invalid passenger credentials, verify authorization logic for security document bypasses, and simulate successful clearance responses in complex check-in scenarios.

Sabre CKI Passenger Boarding Clearance Override virtual sandbox is up and running!

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

https://sabre-cki-clearance.mock.beeceptor.com



Passenger

Header NameExample
x-sabre-security-token"est elit"
Authorization"officia ipsum commodo amet laboris"
x-sabre-airline"id commodo laboris ex"
x-sabre-client-context"nisi est"
Application-ID"magna voluptate quis"
Conversation-ID"non nulla velit culpa amet"
Message-ID"voluptate dolore"
{
  "appList": [
    {
      "action": "OVERRIDE",
      "country": "KN",
      "type": "G"
    },
    {
      "action": "OVERRIDE",
      "country": "SL",
      "type": "A"
    },
    {
      "action": "OVERRIDE",
      "country": "SX",
      "type": "G"
    },
    {
      "action": "OVERRIDE",
      "country": "BO",
      "type": "A"
    },
    {
      "action": "OVERRIDE",
      "country": "WF",
      "type": "G"
    }
  ],
  "dhsList": [
    {
      "action": "OVERRIDE",
      "infant": true
    },
    {
      "action": "OVERRIDE",
      "infant": false
    }
  ],
  "estaList": [
    {
      "action": "OVERRIDE",
      "infant": true
    },
    {
      "action": "OVERRIDE",
      "infant": false
    }
  ],
  "flightCriteria": {
    "airlineCode": "JL",
    "departureAirportCode": "DXB",
    "departureDate": "2025-12-10",
    "flightNumber": "894"
  },
  "govList": [
    {
      "action": "OVERRIDE",
      "country": "JO",
      "infant": true
    },
    {
      "action": "CANCEL",
      "country": "PM",
      "infant": false
    }
  ],
  "passengerInfo": {
    "lastName": "Daniel",
    "passengerId": "tUER9Gux5alL"
  },
  "timatic": {
    "action": "CANCEL"
  },
  "visaRequirementList": [
    {
      "action": "OVERRIDE",
      "infant": true
    },
    {
      "action": "OVERRIDE",
      "infant": true
    }
  ]
}
{
  "appList": [
    {
      "action": "OVERRIDE",
      "country": "BT",
      "editCode": "APP",
      "errors": [
        {
          "code": "ERR.101",
          "message": "Invalid credentials",
          "source": "CKI",
          "type": "Businesslogic"
        },
        {
          "code": "ERR.INVALID_INPUT",
          "message": "System error",
          "source": "ANCS",
          "type": "Application"
        },
        {
          "code": "ERR.404",
          "message": "Invalid credentials",
          "source": "ANCS",
          "type": "Application"
        },
        {
          "code": "ERR.INVALID_INPUT",
          "message": "Address Update Failed",
          "source": "HOST",
          "type": "Validation"
        },
        {
          "code": "ERR.404",
          "message": "Invalid credentials",
          "source": "HOST",
          "type": "Application"
        },
        {
          "code": "ERR.101",
          "message": "Invalid credentials",
          "source": "ANCS",
          "type": "Validation"
        },
        {
          "code": "ERR.404",
          "message": "Invalid credentials",
          "source": "ANCS",
          "type": "Validation"
        },
        {
          "code": "ERR.500",
          "message": "Invalid credentials",
          "source": "ANCS",
          "type": "Businesslogic"
        },
        {
          "code": "ERR.INVALID_INPUT",
          "message": "System error",
          "source": "HOST",
          "type": "Businesslogic"
        }
      ],
      "infoText": [
        "OK TO BOARD"
      ],
      "status": "SUCCESS",
      "type": "G"
    },
    {
      "action": "OVERRIDE",
      "country": "SR",
      "editCode": "APPOK",
      "errors": [
        {
          "code": "ERR.101",
          "message": "Address Update Failed",
          "source": "HOST",
          "type": "Application"
        },
        {
          "code": "ERR.101",
          "message": "Invalid credentials",
          "source": "ANCS",
          "type": "Application"
        },
        {
          "code": "ERR.500",
          "message": "System error",
          "source": "HOST",
          "type": "Validation"
        },
        {
          "code": "ERR.404",
          "message": "Address Update Failed",
          "source": "ANCS",
          "type": "Validation"
        },
        {
          "code": "ERR.101",
          "message": "Address Update Failed",
          "source": "HOST",
          "type": "Businesslogic"
        },
        {
          "code": "ERR.101",
          "message": "Invalid credentials",
          "source": "PNR",
          "type": "Validation"
        },
        {
          "code": "ERR.500",
          "message": "System error",
          "source": "ANCS",
          "type": "Application"
        },
        {
          "code": "ERR.101",
          "message": "Address Update Failed",
          "source": "PNR",
          "type": "Businesslogic"
        },
        {
          "code": "ERR.404",
          "message": "Invalid credentials",
          "source": "ANCS",
          "type": "Businesslogic"
        }
      ],
      "infoText": [
        "OK TO BOARD"
      ],
      "status": "FAILURE",
      "type": "G"
    },
    {
      "action": "OVERRIDE",
      "country": "LU",
      "editCode": "APPOK",
      "errors": [
        {
          "code": "ERR.101",
          "message": "Address Update Failed",
          "source": "CKI",
          "type": "Businesslogic"
        },
        {
          "code": "ERR.INVALID_INPUT",
          "message": "Invalid credentials",
          "source": "PNR",
          "type": "Application"
        },
        {
          "code": "ERR.101",
          "message": "Invalid credentials",
          "source": "PNR",
          "type": "Application"
        },
        {
          "code": "ERR.101",
          "message": "Address Update Failed",
          "source": "PNR",
          "type": "Application"
        },
        {
          "code": "ERR.INVALID_INPUT",
          "message": "Address Update Failed",
          "source": "CKI",
          "type": "Validation"
        },
        {
          "code": "ERR.101",
          "message": "Address Update Failed",
          "source": "ANCS",
          "type": "Businesslogic"
        },
        {
          "code": "ERR.404",
          "message": "System error",
          "source": "HOST",
          "type": "Validation"
        },
        {
          "code": "ERR.404",
          "message": "System error",
          "source": "PNR",
          "type": "Application"
        },
        {
          "code": "ERR.INVALID_INPUT",
          "message": "Invalid credentials",
          "source": "PNR",
          "type": "Application"
        }
      ],
      "infoText": [
        "OK TO BOARD"
      ],
      "status": "FAILURE",
      "type": "G"
    },
    {
      "action": "OVERRIDE",
      "country": "PA",
      "editCode": "APP",
      "errors": [
        {
          "code": "ERR.INVALID_INPUT",
          "message": "System error",
          "source": "PNR",
          "type": "Businesslogic"
        },
        {
          "code": "ERR.101",
          "message": "Address Update Failed",
          "source": "PNR",
          "type": "Businesslogic"
        },
        {
          "code": "ERR.101",
          "message": "Invalid credentials",
          "source": "ANCS",
          "type": "Application"
        },
        {
          "code": "ERR.500",
          "message": "Address Update Failed",
          "source": "CKI",
          "type": "Validation"
        },
        {
          "code": "ERR.500",
          "message": "Address Update Failed",
          "source": "HOST",
          "type": "Validation"
        },
        {
          "code": "ERR.500",
          "message": "System error",
          "source": "CKI",
          "type": "Validation"
        },
        {
          "code": "ERR.404",
          "message": "System error",
          "source": "CKI",
          "type": "Businesslogic"
        },
        {
          "code": "ERR.500",
          "message": "Invalid credentials",
          "source": "ANCS",
          "type": "Application"
        },
        {
          "code": "ERR.101",
          "message": "System error",
          "source": "ANCS",
          "type": "Validation"
        }
      ],
      "infoText": [
        "OK TO BOARD"
      ],
      "status": "SUCCESS",
      "type": "A"
    },
    {
      "action": "OVERRIDE",
      "country": "TJ",
      "editCode": "APPOK",
      "errors": [
        {
          "code": "ERR.404",
          "message": "Address Update Failed",
          "source": "ANCS",
          "type": "Application"
        },
        {
          "code": "ERR.101",
          "message": "Address Update Failed",
          "source": "HOST",
          "type": "Application"
        },
        {
          "code": "ERR.101",
          "message": "Invalid credentials",
          "source": "ANCS",
          "type": "Businesslogic"
        },
        {
          "code": "ERR.INVALID_INPUT",
          "message": "System error",
          "source": "CKI",
          "type": "Validation"
        },
        {
          "code": "ERR.500",
          "message": "Invalid credentials",
          "source": "ANCS",
          "type": "Validation"
        },
        {
          "code": "ERR.INVALID_INPUT",
          "message": "System error",
          "source": "HOST",
          "type": "Validation"
        },
        {
          "code": "ERR.101",
          "message": "Invalid credentials",
          "source": "PNR",
          "type": "Businesslogic"
        },
        {
          "code": "ERR.101",
          "message": "System error",
          "source": "PNR",
          "type": "Businesslogic"
        },
        {
          "code": "ERR.101",
          "message": "System error",
          "source": "ANCS",
          "type": "Validation"
        }
      ],
      "infoText": [
        "OK TO BOARD"
      ],
      "status": "FAILURE",
      "type": "G"
    }
  ],
  "dhsList": [
    {
      "action": "OVERRIDE",
      "editCode": "ESTA",
      "errors": [
        {
          "code": "ERR.500",
          "message": "Address Update Failed",
          "source": "ANCS",
          "type": "Businesslogic"
        },
        {
          "code": "ERR.101",
          "message": "System error",
          "source": "ANCS",
          "type": "Validation"
        },
        {
          "code": "ERR.101",
          "message": "Invalid credentials",
          "source": "CKI",
          "type": "Application"
        },
        {
          "code": "ERR.101",
          "message": "Invalid credentials",
          "source": "ANCS",
          "type": "Application"
        },
        {
          "code": "ERR.404",
          "message": "Address Update Failed",
          "source": "ANCS",
          "type": "Businesslogic"
        },
        {
          "code": "ERR.500",
          "message": "Address Update Failed",
          "source": "ANCS",
          "type": "Businesslogic"
        },
        {
          "code": "ERR.404",
          "message": "Invalid credentials",
          "source": "CKI",
          "type": "Application"
        },
        {
          "code": "ERR.INVALID_INPUT",
          "message": "Address Update Failed",
          "source": "HOST",
          "type": "Validation"
        },
        {
          "code": "ERR.500",
          "message": "System error",
          "source": "CKI",
          "type": "Validation"
        }
      ],
      "infant": true,
      "infoText": [
        "ESTA Request successful"
      ],
      "status": "FAILURE"
    },
    {
      "action": "OVERRIDE",
      "editCode": "DHSE",
      "errors": [
        {
          "code": "ERR.101",
          "message": "Address Update Failed",
          "source": "PNR",
          "type": "Application"
        },
        {
          "code": "ERR.500",
          "message": "System error",
          "source": "HOST",
          "type": "Validation"
        },
        {
          "code": "ERR.INVALID_INPUT",
          "message": "System error",
          "source": "CKI",
          "type": "Validation"
        },
        {
          "code": "ERR.INVALID_INPUT",
          "message": "System error",
          "source": "PNR",
          "type": "Validation"
        },
        {
          "code": "ERR.404",
          "message": "Invalid credentials",
          "source": "HOST",
          "type": "Businesslogic"
        },
        {
          "code": "ERR.404",
          "message": "Address Update Failed",
          "source": "PNR",
          "type": "Application"
        },
        {
          "code": "ERR.INVALID_INPUT",
          "message": "Address Update Failed",
          "source": "CKI",
          "type": "Application"
        },
        {
          "code": "ERR.101",
          "message": "Invalid credentials",
          "source": "HOST",
          "type": "Validation"
        },
        {
          "code": "ERR.INVALID_INPUT",
          "message": "System error",
          "source": "HOST",
          "type": "Businesslogic"
        }
      ],
      "infant": false,
      "infoText": [
        "ESTA Request successful"
      ],
      "status": "SUCCESS"
    }
  ],
  "errors": [
    {
      "code": "ERR.INVALID_INPUT",
      "message": "Invalid credentials",
      "source": "PNR",
      "type": "Businesslogic"
    },
    {
      "code": "ERR.404",
      "message": "Address Update Failed",
      "source": "PNR",
      "type": "Validation"
    }
  ],
  "estaList": [
    {
      "action": "OVERRIDE",
      "editCode": "ESTA",
      "errors": [
        {
          "code": "ERR.101",
          "message": "Address Update Failed",
          "source": "ANCS",
          "type": "Application"
        },
        {
          "code": "ERR.500",
          "message": "Address Update Failed",
          "source": "ANCS",
          "type": "Validation"
        },
        {
          "code": "ERR.101",
          "message": "Address Update Failed",
          "source": "HOST",
          "type": "Businesslogic"
        },
        {
          "code": "ERR.404",
          "message": "Invalid credentials",
          "source": "CKI",
          "type": "Businesslogic"
        },
        {
          "code": "ERR.500",
          "message": "Invalid credentials",
          "source": "ANCS",
          "type": "Validation"
        },
        {
          "code": "ERR.101",
          "message": "System error",
          "source": "HOST",
          "type": "Application"
        },
        {
          "code": "ERR.INVALID_INPUT",
          "message": "System error",
          "source": "CKI",
          "type": "Businesslogic"
        },
        {
          "code": "ERR.500",
          "message": "System error",
          "source": "CKI",
          "type": "Validation"
        },
        {
          "code": "ERR.101",
          "message": "Invalid credentials",
          "source": "HOST",
          "type": "Validation"
        }
      ],
      "infant": false,
      "infoText": [
        "ESTA Request successful"
      ],
      "status": "SUCCESS"
    },
    {
      "action": "OVERRIDE",
      "editCode": "DHSE",
      "errors": [
        {
          "code": "ERR.101",
          "message": "Address Update Failed",
          "source": "HOST",
          "type": "Validation"
        },
        {
          "code": "ERR.INVALID_INPUT",
          "message": "Address Update Failed",
          "source": "PNR",
          "type": "Businesslogic"
        },
        {
          "code": "ERR.INVALID_INPUT",
          "message": "Address Update Failed",
          "source": "CKI",
          "type": "Application"
        },
        {
          "code": "ERR.500",
          "message": "Address Update Failed",
          "source": "CKI",
          "type": "Validation"
        },
        {
          "code": "ERR.101",
          "message": "Invalid credentials",
          "source": "HOST",
          "type": "Application"
        },
        {
          "code": "ERR.500",
          "message": "Address Update Failed",
          "source": "CKI",
          "type": "Validation"
        },
        {
          "code": "ERR.404",
          "message": "Address Update Failed",
          "source": "HOST",
          "type": "Validation"
        },
        {
          "code": "ERR.INVALID_INPUT",
          "message": "Address Update Failed",
          "source": "ANCS",
          "type": "Businesslogic"
        },
        {
          "code": "ERR.404",
          "message": "Invalid credentials",
          "source": "ANCS",
          "type": "Validation"
        }
      ],
      "infant": false,
      "infoText": [
        "ESTA Request successful"
      ],
      "status": "FAILURE"
    }
  ],
  "flightInfo": {
    "airlineCode": "DL",
    "departureAirportCode": "JFK",
    "departureDate": "2025-09-06",
    "flightNumber": "7"
  },
  "govList": [
    {
      "action": "OVERRIDE",
      "countryCode": "ZW",
      "editCode": "GOVOK",
      "errors": [
        {
          "code": "ERR.404",
          "message": "System error",
          "source": "CKI",
          "type": "Businesslogic"
        },
        {
          "code": "ERR.500",
          "message": "Address Update Failed",
          "source": "HOST",
          "type": "Validation"
        },
        {
          "code": "ERR.404",
          "message": "Invalid credentials",
          "source": "CKI",
          "type": "Application"
        },
        {
          "code": "ERR.INVALID_INPUT",
          "message": "Address Update Failed",
          "source": "PNR",
          "type": "Validation"
        },
        {
          "code": "ERR.INVALID_INPUT",
          "message": "Invalid credentials",
          "source": "ANCS",
          "type": "Validation"
        },
        {
          "code": "ERR.500",
          "message": "Address Update Failed",
          "source": "HOST",
          "type": "Businesslogic"
        },
        {
          "code": "ERR.INVALID_INPUT",
          "message": "Invalid credentials",
          "source": "PNR",
          "type": "Validation"
        },
        {
          "code": "ERR.500",
          "message": "System error",
          "source": "CKI",
          "type": "Businesslogic"
        },
        {
          "code": "ERR.101",
          "message": "Address Update Failed",
          "source": "CKI",
          "type": "Businesslogic"
        }
      ],
      "infant": true,
      "infoText": [
        "GOV Request successful"
      ],
      "status": "SUCCESS"
    },
    {
      "action": "CANCEL",
      "countryCode": "TW",
      "editCode": "GOV",
      "errors": [
        {
          "code": "ERR.101",
          "message": "System error",
          "source": "HOST",
          "type": "Validation"
        },
        {
          "code": "ERR.INVALID_INPUT",
          "message": "System error",
          "source": "CKI",
          "type": "Businesslogic"
        },
        {
          "code": "ERR.500",
          "message": "Address Update Failed",
          "source": "HOST",
          "type": "Validation"
        },
        {
          "code": "ERR.500",
          "message": "Address Update Failed",
          "source": "HOST",
          "type": "Validation"
        },
        {
          "code": "ERR.404",
          "message": "Address Update Failed",
          "source": "PNR",
          "type": "Validation"
        },
        {
          "code": "ERR.500",
          "message": "System error",
          "source": "PNR",
          "type": "Application"
        },
        {
          "code": "ERR.500",
          "message": "Invalid credentials",
          "source": "ANCS",
          "type": "Validation"
        },
        {
          "code": "ERR.500",
          "message": "Address Update Failed",
          "source": "HOST",
          "type": "Application"
        },
        {
          "code": "ERR.404",
          "message": "Address Update Failed",
          "source": "CKI",
          "type": "Validation"
        }
      ],
      "infant": true,
      "infoText": [
        "GOV Request successful"
      ],
      "status": "FAILURE"
    }
  ],
  "passenger": {
    "lastName": "Graham",
    "passengerId": "8dYVraFprwdx"
  },
  "status": "Unknown",
  "systemTrackingId": "e623dd47-d3e4-4b2e-a9dc-174976e3d846",
  "timatic": {
    "action": "CANCEL",
    "editCode": "TIMOVR",
    "errors": [
      {
        "code": "ERR.101",
        "message": "System error",
        "source": "CKI",
        "type": "Businesslogic"
      },
      {
        "code": "ERR.500",
        "message": "Address Update Failed",
        "source": "ANCS",
        "type": "Validation"
      },
      {
        "code": "ERR.101",
        "message": "Address Update Failed",
        "source": "HOST",
        "type": "Validation"
      },
      {
        "code": "ERR.101",
        "message": "System error",
        "source": "PNR",
        "type": "Validation"
      },
      {
        "code": "ERR.500",
        "message": "Invalid credentials",
        "source": "PNR",
        "type": "Validation"
      },
      {
        "code": "ERR.INVALID_INPUT",
        "message": "Address Update Failed",
        "source": "CKI",
        "type": "Application"
      },
      {
        "code": "ERR.404",
        "message": "Address Update Failed",
        "source": "HOST",
        "type": "Validation"
      },
      {
        "code": "ERR.101",
        "message": "Invalid credentials",
        "source": "ANCS",
        "type": "Businesslogic"
      },
      {
        "code": "ERR.101",
        "message": "Invalid credentials",
        "source": "PNR",
        "type": "Validation"
      }
    ],
    "infoText": [
      "GOV Request successful"
    ],
    "status": "FAILURE"
  },
  "timeStamp": "2026-07-21T00:00:00.0Z",
  "visaRequirementList": [
    {
      "action": "OVERRIDE",
      "editCode": "VISA",
      "errors": [
        {
          "code": "ERR.404",
          "message": "Invalid credentials",
          "source": "CKI",
          "type": "Businesslogic"
        },
        {
          "code": "ERR.500",
          "message": "Invalid credentials",
          "source": "ANCS",
          "type": "Validation"
        },
        {
          "code": "ERR.101",
          "message": "Invalid credentials",
          "source": "CKI",
          "type": "Businesslogic"
        },
        {
          "code": "ERR.101",
          "message": "Invalid credentials",
          "source": "HOST",
          "type": "Application"
        },
        {
          "code": "ERR.INVALID_INPUT",
          "message": "Address Update Failed",
          "source": "ANCS",
          "type": "Businesslogic"
        },
        {
          "code": "ERR.404",
          "message": "Address Update Failed",
          "source": "HOST",
          "type": "Validation"
        },
        {
          "code": "ERR.500",
          "message": "System error",
          "source": "PNR",
          "type": "Validation"
        },
        {
          "code": "ERR.404",
          "message": "Address Update Failed",
          "source": "PNR",
          "type": "Businesslogic"
        },
        {
          "code": "ERR.INVALID_INPUT",
          "message": "Invalid credentials",
          "source": "CKI",
          "type": "Validation"
        }
      ],
      "infant": false,
      "infoText": [
        "GOV Request successful"
      ],
      "status": "FAILURE"
    },
    {
      "action": "OVERRIDE",
      "editCode": "VISA",
      "errors": [
        {
          "code": "ERR.404",
          "message": "Invalid credentials",
          "source": "HOST",
          "type": "Validation"
        },
        {
          "code": "ERR.INVALID_INPUT",
          "message": "Invalid credentials",
          "source": "ANCS",
          "type": "Validation"
        },
        {
          "code": "ERR.404",
          "message": "System error",
          "source": "PNR",
          "type": "Validation"
        },
        {
          "code": "ERR.101",
          "message": "Invalid credentials",
          "source": "PNR",
          "type": "Businesslogic"
        },
        {
          "code": "ERR.500",
          "message": "Invalid credentials",
          "source": "PNR",
          "type": "Application"
        },
        {
          "code": "ERR.INVALID_INPUT",
          "message": "Invalid credentials",
          "source": "HOST",
          "type": "Application"
        },
        {
          "code": "ERR.INVALID_INPUT",
          "message": "Invalid credentials",
          "source": "HOST",
          "type": "Application"
        },
        {
          "code": "ERR.101",
          "message": "Invalid credentials",
          "source": "HOST",
          "type": "Validation"
        },
        {
          "code": "ERR.500",
          "message": "Address Update Failed",
          "source": "PNR",
          "type": "Application"
        }
      ],
      "infant": false,
      "infoText": [
        "GOV Request successful"
      ],
      "status": "FAILURE"
    }
  ],
  "warnings": [
    {
      "code": "WARN.MALFORMED",
      "element": "PassengerList",
      "message": "Request has missing mandatory Fields",
      "source": "PNR",
      "type": "Validation"
    }
  ]
}
{
  "errorCode": "ERR.MISSING_CREDENTIALS",
  "message": "Unauthorized access",
  "status": "NotProcessed",
  "systemTrackingId": "fbba7111-bbeb-4e7e-ba90-feb88a3c585e",
  "timeStamp": "2026-07-20T00:00:00.0Z",
  "type": "Transport"
}
{
  "diagnostics": {},
  "errorCode": "ERR.MISSING_CREDENTIALS",
  "message": "Authentication data is missing",
  "status": "NotProcessed",
  "timeStamp": "2026-07-21T00:00:00.0Z",
  "type": "Validation"
}
sabretravelcheck-inaviationboarding