CKI IATCI Passenger Offload Virtual Sandbox
API for managing passenger offload operations for IATCI flights.
The CKI IATCI Passenger Offload API enables airline agents to programmatically remove passengers from IATCI-enabled flight segments. This service facilitates the management of passenger manifests and operational status updates within the Sabre check-in ecosystem.
Use this hosted sandbox to simulate CKI IATCI 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 passenger offload workflows, validate request payloads for IATCI flight segments, and handle operational response codes for successful removals or error scenarios during the check-in process.
Passenger
POST
| Header Name | Example |
|---|---|
x-sabre-security-token | "occaecat culpa ad" |
Authorization | "amet do ipsum labore aute" |
x-sabre-airline | "occaecat et incididunt pariatur Lorem" |
x-sabre-client-context | "sed laborum Duis qui ad" |
Application-ID | "ipsum" |
Conversation-ID | "aute labore in tempor" |
Message-ID | "minim" |
{
"flightCriteria": {
"airlineCode": "WE",
"departureAirportCode": "IAQ",
"departureDate": "2026-09-06",
"flightNumber": "983"
},
"passengerIdList": [
"PAX010",
"PAX001"
]
}{
"errors": [
{
"code": "4000_ERR.SYSTEM_FAILURE",
"message": "Address Update Failed",
"source": "HOST",
"type": "Businesslogic"
},
{
"code": "4000_ERR.SYSTEM_FAILURE",
"message": "Invalid Flight Criteria",
"source": "PNR",
"type": "Businesslogic"
}
],
"status": "Unknown",
"systemTrackingId": "x4GpmcQCNYvlmjrjPrJk",
"timeStamp": "2026-08-23T00:00:00.0Z",
"warnings": [
{
"code": "WARN_MISSING_OPTIONAL_DATA",
"element": "ItineraryItem",
"message": "Request has missing mandatory Fields",
"source": "ANCS",
"type": "Validation"
},
{
"code": "ERR_MALFORMED_RESPONSE",
"element": "CountsPerCabinList",
"message": "Data Format Mismatch",
"source": "CKI",
"type": "Validation"
},
{
"code": "WARN_MISSING_OPTIONAL_DATA",
"element": "ItineraryItem",
"message": "Data Format Mismatch",
"source": "PNR",
"type": "Validation"
},
{
"code": "ERR_MALFORMED_RESPONSE",
"element": "PassengerDetails",
"message": "Data Format Mismatch",
"source": "PNR",
"type": "Validation"
}
]
}{
"errorCode": "ERR.CKI.INVALID_REQUEST",
"message": "Internal server error occurred.",
"status": "Unknown",
"systemTrackingId": "9ytFtmavw5UqMzwkMRVI",
"timeStamp": "2026-08-23T00:00:00.0Z",
"type": "Application"
}{
"diagnostics": {},
"errorCode": "ERR.2SG.SEC.MISSING_CREDENTIALS",
"message": "Authentication data is missing",
"status": "NotProcessed",
"timeStamp": "2026-08-23T00:00:00.0Z",
"type": "Transport"
}Service Homepage: developer.sabre.com/rest-api/cki-iatci-passenger-offload/v2
sabretravelcheck-iniatcipassenger-management