CKI Passenger Offload Virtual Sandbox
Manage passenger and baggage offload operations for airport check-in workflows.
The CKI Passenger Offload API enables airport agents to remove passengers or groups from a flight, including their associated checked-in baggage. It also supports offloading passengers from download segments, facilitating accurate flight manifest management and operational synchronization.
Use this hosted sandbox to simulate CKI Passenger Offload 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 airline check-in operations such as passenger offloading, baggage removal, segment-level adjustments, and handling operational error responses during flight departure management.
Passenger
POST
| Header Name | Example |
|---|---|
x-sabre-security-token | "Lorem mollit" |
Authorization | "ex dolore non nisi" |
x-sabre-airline | "exercitation" |
x-sabre-client-context | "deserunt consequat culpa voluptate" |
Application-ID | "ullamco ipsum" |
Conversation-ID | "nisi reprehenderit velit Duis" |
Message-ID | "in quis anim sunt" |
{
"bagInfo": {
"bagOnBoard": false,
"comment": "priority"
},
"flightCriteria": {
"airlineCode": "EB",
"arrivalAirportCode": "MVT",
"departureAirportCode": "SBJ",
"departureDate": "2026-08-19",
"flightNumber": "281"
},
"massOffload": {
"excludePreLiftedTicket": true,
"inboundConnection": {
"inboundAirlineCode": "11",
"inboundFlightNumber": "143",
"prefix": "INCLUDE"
}
},
"options": [
"RESERVE_CHECK_IN_SEAT",
"OFFLOAD_DOWNLINE_SPACE",
"RESERVE_CHECK_IN_SEAT",
"OFFLOAD_DOWNLINE_SPACE",
"RESERVE_CHECK_IN_SEAT",
"CANCEL_BAG_TAG",
"OFFLOAD_DOWNLINE_SPACE",
"REMOVE_FROM_PRIORITY_LIST",
"CANCEL_BAG_TAG",
"CANCEL_BAG_TAG"
],
"passengerIdList": [
"A1B2C3D4",
"PAX654321",
"PAX123456"
],
"seatNumberList": [
"1C",
"10E",
"12A",
"10F",
"1A"
]
}{
"errors": [
{
"code": "999_ERR.SYSTEM_TIMEOUT",
"message": "Invalid Flight Number",
"source": "CKI",
"type": "Application"
},
{
"code": "100_ERR.MISSING_FIELD",
"message": "Passenger not found",
"source": "PNR",
"type": "Application"
},
{
"code": "999_ERR.SYSTEM_TIMEOUT",
"message": "Connection lost",
"source": "HOST",
"type": "Application"
},
{
"code": "100_ERR.MISSING_FIELD",
"message": "Invalid Flight Number",
"source": "CKI",
"type": "Application"
}
],
"results": [
{
"passengerId": "KqPMoLB8wjiP",
"seatNumber": "10F",
"sequenceNumber": 212,
"status": {
"code": "200",
"message": "SUCCESS",
"type": "SUCCESS"
}
},
{
"passengerId": "mxdMdlXgL5OU",
"seatNumber": "10E",
"sequenceNumber": 24,
"status": {
"code": "404",
"message": "PASSENGER NOT FOUND",
"type": "SUCCESS"
}
}
],
"status": "NotProcessed",
"systemTrackingId": "06978c09-e74d-4178-9faa-f4adaa3006f6",
"timeStamp": "2026-07-20T00:00:00.0Z",
"warnings": [
{
"code": "WARN_DEPRECATED_API",
"element": "PassengerNameRecord",
"message": "Request has missing mandatory Fields",
"source": "ANCS",
"type": "Validation"
},
{
"code": "ERR_MALFORMED_RESPONSE",
"element": "SeatNumber",
"message": "Flight status nearing threshold",
"source": "CKI",
"type": "Validation"
},
{
"code": "ERR_MALFORMED_RESPONSE",
"element": "ArrivalDate",
"message": "Flight status nearing threshold",
"source": "ANCS",
"type": "Validation"
}
]
}{
"errorCode": "ERR.DATABASE",
"message": "Check-in data not found",
"status": "NotProcessed",
"systemTrackingId": "e01a3ee2-7a74-4e64-a2a8-aee245c872fb",
"timeStamp": "2026-07-20T00:00:00.0Z",
"type": "Validation"
}{
"diagnostics": {},
"errorCode": "ERR.AUTH",
"message": "Request denied",
"status": "Incomplete",
"timeStamp": "2026-07-20T00:00:00.0Z",
"type": "Application"
}Service Homepage: developer.sabre.com/rest-api/cki-passenger-offload/v2
sabretravelaviationcheck-inpassenger-management