Sabre CKI Passenger Boarding Clearance Virtual Sandbox
Validate passenger security document requests for airline boarding clearance.
The CKI Passenger Boarding Clearance Request API validates passenger security document requirements. This service allows developers to simulate the verification of travel documents and clearance status for passengers during the boarding process.
Use this hosted sandbox to simulate Sabre CKI Passenger 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 validate passenger security document payloads, verify clearance status logic, handle document validation errors, and test integration workflows for airline boarding gate systems.
Passenger
POST
| Header Name | Example |
|---|---|
x-sabre-security-token | "voluptate officia" |
Authorization | "cupidatat" |
x-sabre-airline | "nostrud in" |
x-sabre-client-context | "est ex consectetur" |
Application-ID | "ex Lorem nostrud velit" |
Conversation-ID | "culpa adipisicing" |
Message-ID | "consequat ipsum magna" |
{
"app": {
"action": "CANCEL"
},
"dhs": {
"action": "REQUEST"
},
"docvList": [
{
"action": "REQUEST",
"infant": true
},
{
"action": "REQUEST",
"infant": false
}
],
"flightCriteria": {
"airlineCode": "JL",
"departureAirportCode": "SIN",
"departureDate": "2026-07-17",
"flightNumber": "5"
},
"govList": [
{
"action": "REQUEST",
"country": "FJ"
},
{
"action": "REQUEST",
"country": "SB"
}
],
"passengerInfo": {
"lastName": "Morar",
"passengerId": "dOmU23xwhp6O"
},
"timaticList": [
{
"action": "REQUEST",
"infant": false
},
{
"action": "REQUEST",
"infant": false
}
]
}{
"app": {
"action": "REQUEST",
"editCode": "APP",
"errors": [
{
"code": "1609_ERR.INVALID_DESTINATION",
"message": "Invalid Credentials",
"source": "HOST",
"type": "Businesslogic"
},
{
"code": "400_ERR.BAD_REQUEST",
"message": "Invalid Credentials",
"source": "ANCS",
"type": "Validation"
},
{
"code": "400_ERR.BAD_REQUEST",
"message": "System Timeout",
"source": "HOST",
"type": "Businesslogic"
},
{
"code": "1609_ERR.INVALID_DESTINATION",
"message": "Invalid Credentials",
"source": "ANCS",
"type": "Application"
},
{
"code": "1609_ERR.INVALID_DESTINATION",
"message": "System Timeout",
"source": "HOST",
"type": "Application"
},
{
"code": "400_ERR.BAD_REQUEST",
"message": "Invalid Credentials",
"source": "ANCS",
"type": "Application"
},
{
"code": "1609_ERR.INVALID_DESTINATION",
"message": "Invalid Credentials",
"source": "HOST",
"type": "Businesslogic"
},
{
"code": "500_ERR.INTERNAL",
"message": "Invalid Credentials",
"source": "HOST",
"type": "Application"
},
{
"code": "500_ERR.INTERNAL",
"message": "Address Update Failed",
"source": "PNR",
"type": "Businesslogic"
}
],
"infoText": [
"OK TO BOARD"
],
"status": "SUCCESS"
},
"dhs": {
"action": "REQUEST",
"editCode": "DHS",
"errors": [
{
"code": "400_ERR.BAD_REQUEST",
"message": "System Timeout",
"source": "HOST",
"type": "Businesslogic"
},
{
"code": "400_ERR.BAD_REQUEST",
"message": "Address Update Failed",
"source": "ANCS",
"type": "Validation"
},
{
"code": "500_ERR.INTERNAL",
"message": "Invalid Credentials",
"source": "CKI",
"type": "Businesslogic"
},
{
"code": "1609_ERR.INVALID_DESTINATION",
"message": "Address Update Failed",
"source": "ANCS",
"type": "Application"
},
{
"code": "1609_ERR.INVALID_DESTINATION",
"message": "Invalid Credentials",
"source": "HOST",
"type": "Application"
},
{
"code": "500_ERR.INTERNAL",
"message": "Address Update Failed",
"source": "CKI",
"type": "Businesslogic"
},
{
"code": "400_ERR.BAD_REQUEST",
"message": "Address Update Failed",
"source": "ANCS",
"type": "Application"
},
{
"code": "1609_ERR.INVALID_DESTINATION",
"message": "Address Update Failed",
"source": "CKI",
"type": "Validation"
},
{
"code": "1609_ERR.INVALID_DESTINATION",
"message": "Invalid Credentials",
"source": "ANCS",
"type": "Application"
}
],
"infoText": [
"PSGR ALREADY OK TO BOARD"
],
"status": "FAILURE"
},
"docvList": [
{
"action": "CANCEL",
"editCode": "OK",
"errors": [
{
"code": "1609_ERR.INVALID_DESTINATION",
"message": "System Timeout",
"source": "HOST",
"type": "Businesslogic"
},
{
"code": "400_ERR.BAD_REQUEST",
"message": "Address Update Failed",
"source": "HOST",
"type": "Businesslogic"
},
{
"code": "500_ERR.INTERNAL",
"message": "System Timeout",
"source": "HOST",
"type": "Application"
},
{
"code": "1609_ERR.INVALID_DESTINATION",
"message": "System Timeout",
"source": "PNR",
"type": "Validation"
},
{
"code": "1609_ERR.INVALID_DESTINATION",
"message": "Address Update Failed",
"source": "PNR",
"type": "Validation"
},
{
"code": "1609_ERR.INVALID_DESTINATION",
"message": "Invalid Credentials",
"source": "ANCS",
"type": "Businesslogic"
},
{
"code": "400_ERR.BAD_REQUEST",
"message": "System Timeout",
"source": "PNR",
"type": "Businesslogic"
},
{
"code": "400_ERR.BAD_REQUEST",
"message": "Invalid Credentials",
"source": "PNR",
"type": "Businesslogic"
},
{
"code": "500_ERR.INTERNAL",
"message": "Address Update Failed",
"source": "CKI",
"type": "Application"
}
],
"infant": true,
"infoText": [
"PSGR ALREADY OK TO BOARD"
],
"status": "FAILURE"
},
{
"action": "CANCEL",
"editCode": "OK",
"errors": [
{
"code": "1609_ERR.INVALID_DESTINATION",
"message": "Invalid Credentials",
"source": "PNR",
"type": "Application"
},
{
"code": "500_ERR.INTERNAL",
"message": "System Timeout",
"source": "PNR",
"type": "Application"
},
{
"code": "1609_ERR.INVALID_DESTINATION",
"message": "Address Update Failed",
"source": "ANCS",
"type": "Businesslogic"
},
{
"code": "400_ERR.BAD_REQUEST",
"message": "Address Update Failed",
"source": "ANCS",
"type": "Validation"
},
{
"code": "400_ERR.BAD_REQUEST",
"message": "System Timeout",
"source": "HOST",
"type": "Businesslogic"
},
{
"code": "400_ERR.BAD_REQUEST",
"message": "Invalid Credentials",
"source": "CKI",
"type": "Businesslogic"
},
{
"code": "1609_ERR.INVALID_DESTINATION",
"message": "System Timeout",
"source": "CKI",
"type": "Validation"
},
{
"code": "1609_ERR.INVALID_DESTINATION",
"message": "Address Update Failed",
"source": "HOST",
"type": "Businesslogic"
},
{
"code": "1609_ERR.INVALID_DESTINATION",
"message": "Address Update Failed",
"source": "HOST",
"type": "Validation"
}
],
"infant": false,
"infoText": [
"PSGR ALREADY OK TO BOARD"
],
"status": "SUCCESS"
}
],
"errors": [
{
"code": "400_ERR.BAD_REQUEST",
"message": "System Timeout",
"source": "PNR",
"type": "Businesslogic"
},
{
"code": "500_ERR.INTERNAL",
"message": "System Timeout",
"source": "CKI",
"type": "Application"
}
],
"flightInfo": {
"airlineCode": "UA",
"departureAirportCode": "LAX",
"departureDate": "2026-06-24",
"flightNumber": "1"
},
"govList": [
{
"action": "REQUEST",
"country": "SX",
"editCode": "GVNO",
"errors": [
{
"code": "1609_ERR.INVALID_DESTINATION",
"message": "Invalid Credentials",
"source": "HOST",
"type": "Businesslogic"
},
{
"code": "400_ERR.BAD_REQUEST",
"message": "Address Update Failed",
"source": "ANCS",
"type": "Validation"
},
{
"code": "1609_ERR.INVALID_DESTINATION",
"message": "Address Update Failed",
"source": "ANCS",
"type": "Validation"
},
{
"code": "400_ERR.BAD_REQUEST",
"message": "Invalid Credentials",
"source": "PNR",
"type": "Businesslogic"
},
{
"code": "500_ERR.INTERNAL",
"message": "System Timeout",
"source": "ANCS",
"type": "Application"
},
{
"code": "400_ERR.BAD_REQUEST",
"message": "System Timeout",
"source": "PNR",
"type": "Businesslogic"
},
{
"code": "1609_ERR.INVALID_DESTINATION",
"message": "Address Update Failed",
"source": "PNR",
"type": "Application"
},
{
"code": "500_ERR.INTERNAL",
"message": "System Timeout",
"source": "ANCS",
"type": "Validation"
},
{
"code": "1609_ERR.INVALID_DESTINATION",
"message": "Address Update Failed",
"source": "ANCS",
"type": "Businesslogic"
}
],
"infoText": [
"PSGR ALREADY OK TO BOARD"
],
"status": "FAILURE"
},
{
"action": "REQUEST",
"country": "SM",
"editCode": "GVOK",
"errors": [
{
"code": "400_ERR.BAD_REQUEST",
"message": "Invalid Credentials",
"source": "CKI",
"type": "Businesslogic"
},
{
"code": "400_ERR.BAD_REQUEST",
"message": "Address Update Failed",
"source": "HOST",
"type": "Application"
},
{
"code": "500_ERR.INTERNAL",
"message": "Address Update Failed",
"source": "HOST",
"type": "Validation"
},
{
"code": "400_ERR.BAD_REQUEST",
"message": "Address Update Failed",
"source": "HOST",
"type": "Validation"
},
{
"code": "500_ERR.INTERNAL",
"message": "Address Update Failed",
"source": "PNR",
"type": "Application"
},
{
"code": "1609_ERR.INVALID_DESTINATION",
"message": "System Timeout",
"source": "HOST",
"type": "Application"
},
{
"code": "1609_ERR.INVALID_DESTINATION",
"message": "Address Update Failed",
"source": "HOST",
"type": "Businesslogic"
},
{
"code": "400_ERR.BAD_REQUEST",
"message": "Address Update Failed",
"source": "PNR",
"type": "Application"
},
{
"code": "400_ERR.BAD_REQUEST",
"message": "System Timeout",
"source": "ANCS",
"type": "Validation"
}
],
"infoText": [
"PSGR ALREADY OK TO BOARD"
],
"status": "SUCCESS"
}
],
"passengerInfo": {
"lastName": "Kassulke",
"passengerId": "7WNirllLK2By"
},
"status": "Unknown",
"systemTrackingId": "KzFZfosWcypn50CZTRbz",
"timaticList": [
{
"action": "REQUEST",
"editCode": "TIM",
"errors": [
{
"code": "1609_ERR.INVALID_DESTINATION",
"message": "Address Update Failed",
"source": "ANCS",
"type": "Businesslogic"
},
{
"code": "500_ERR.INTERNAL",
"message": "Address Update Failed",
"source": "HOST",
"type": "Application"
},
{
"code": "1609_ERR.INVALID_DESTINATION",
"message": "Invalid Credentials",
"source": "HOST",
"type": "Validation"
},
{
"code": "400_ERR.BAD_REQUEST",
"message": "Invalid Credentials",
"source": "HOST",
"type": "Application"
},
{
"code": "400_ERR.BAD_REQUEST",
"message": "System Timeout",
"source": "HOST",
"type": "Validation"
},
{
"code": "1609_ERR.INVALID_DESTINATION",
"message": "Address Update Failed",
"source": "ANCS",
"type": "Validation"
},
{
"code": "500_ERR.INTERNAL",
"message": "Invalid Credentials",
"source": "HOST",
"type": "Validation"
},
{
"code": "1609_ERR.INVALID_DESTINATION",
"message": "System Timeout",
"source": "HOST",
"type": "Businesslogic"
},
{
"code": "500_ERR.INTERNAL",
"message": "Invalid Credentials",
"source": "CKI",
"type": "Application"
}
],
"infant": false,
"infoText": [
"TIM OK"
],
"status": "SUCCESS"
},
{
"action": "REQUEST",
"editCode": "TIM",
"errors": [
{
"code": "1609_ERR.INVALID_DESTINATION",
"message": "Address Update Failed",
"source": "HOST",
"type": "Application"
},
{
"code": "1609_ERR.INVALID_DESTINATION",
"message": "Address Update Failed",
"source": "ANCS",
"type": "Validation"
},
{
"code": "1609_ERR.INVALID_DESTINATION",
"message": "Address Update Failed",
"source": "HOST",
"type": "Businesslogic"
},
{
"code": "1609_ERR.INVALID_DESTINATION",
"message": "System Timeout",
"source": "CKI",
"type": "Application"
},
{
"code": "400_ERR.BAD_REQUEST",
"message": "Invalid Credentials",
"source": "HOST",
"type": "Validation"
},
{
"code": "400_ERR.BAD_REQUEST",
"message": "System Timeout",
"source": "HOST",
"type": "Businesslogic"
},
{
"code": "500_ERR.INTERNAL",
"message": "Invalid Credentials",
"source": "HOST",
"type": "Businesslogic"
},
{
"code": "500_ERR.INTERNAL",
"message": "Address Update Failed",
"source": "PNR",
"type": "Validation"
},
{
"code": "1609_ERR.INVALID_DESTINATION",
"message": "System Timeout",
"source": "PNR",
"type": "Businesslogic"
}
],
"infant": false,
"infoText": [
"TIM OK"
],
"status": "SUCCESS"
}
],
"timeStamp": "2026-06-20T00:00:00.0Z",
"warnings": [
{
"code": "ERR_MISSING_FIELD",
"element": "CountsPerCabinList",
"message": "Data mismatch",
"source": "CKI",
"type": "Validation"
},
{
"code": "ERR_MALFORMED_RESPONSE",
"element": "CountsPerCabinList",
"message": "Request has missing mandatory Fields",
"source": "ANCS",
"type": "Validation"
}
]
}{
"errorCode": "ERR.2SG.SEC.MISSING_CREDENTIALS",
"message": "Unauthorized",
"status": "Unknown",
"systemTrackingId": "msR3vu0UaJ8nObe9-kMm",
"timeStamp": "2026-06-21T00:00:00.0Z",
"type": "Application"
}{
"diagnostics": {},
"errorCode": "ERR.GENERAL",
"message": "System Error",
"status": "Complete",
"timeStamp": "2026-06-21T00:00:00.0Z",
"type": "Validation"
}Service Homepage: developer.sabre.com/rest-api/cki-passenger-boarding-clearance-request/v2
sabretravelaviationboardingsecurity