CKI IATCI Passenger Offload Mock Server
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 mock server 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 | "minim in ullamco cillum dolore" |
Authorization | "consectetur" |
x-sabre-airline | "consequat occaecat Excepteur sint aute" |
x-sabre-client-context | "fugiat deserunt consectetur ut" |
Application-ID | "tempor in nostrud ex" |
Conversation-ID | "veniam ut anim elit" |
Message-ID | "veniam eu" |
{
"flightCriteria": {
"airlineCode": "LEV",
"departureAirportCode": "FIZ",
"departureDate": "2026-07-09",
"flightNumber": "85"
},
"passengerIdList": [
"PAX010",
"PAX006"
]
}{
"errors": [
{
"code": "2001_ERR.INVALID_FLIGHT",
"message": "Address Update Failed",
"source": "PNR",
"type": "Application"
},
{
"code": "4000_ERR.SYSTEM_FAILURE",
"message": "Internal Server Error",
"source": "CKI",
"type": "Businesslogic"
},
{
"code": "2001_ERR.INVALID_FLIGHT",
"message": "System Connection Timeout",
"source": "ANCS",
"type": "Validation"
},
{
"code": "4000_ERR.SYSTEM_FAILURE",
"message": "Invalid Flight Criteria",
"source": "HOST",
"type": "Validation"
}
],
"status": "Unknown",
"systemTrackingId": "OaIqD9gaT2hXkCtt8sjN",
"timeStamp": "2026-06-17T00:00:00.0Z",
"warnings": [
{
"code": "WARN_MISSING_OPTIONAL_DATA",
"element": "CountsPerCabinList",
"message": "Request has missing mandatory Fields",
"source": "ANCS",
"type": "Validation"
},
{
"code": "WARN_MISSING_OPTIONAL_DATA",
"element": "ItineraryItem",
"message": "Data Format Mismatch",
"source": "PNR",
"type": "Validation"
},
{
"code": "WARN_MISSING_OPTIONAL_DATA",
"element": "CountsPerCabinList",
"message": "Request has missing mandatory Fields",
"source": "PNR",
"type": "Validation"
},
{
"code": "ERR_MALFORMED_RESPONSE",
"element": "PassengerDetails",
"message": "Data Format Mismatch",
"source": "PNR",
"type": "Validation"
},
{
"code": "ERR_MALFORMED_RESPONSE",
"element": "ItineraryItem",
"message": "Request has missing mandatory Fields",
"source": "PNR",
"type": "Validation"
}
]
}{
"errorCode": "ERR.2SG.SEC.MISSING_CREDENTIALS",
"message": "Check-in data not found using provided criteria.",
"status": "NotProcessed",
"systemTrackingId": "mnZLo5cTmQ6M8ucj0Ose",
"timeStamp": "2026-06-16T00:00:00.0Z",
"type": "Transport"
}{
"diagnostics": {},
"errorCode": "ERR.2SG.SEC.MISSING_CREDENTIALS",
"message": "Authentication data is missing",
"status": "Incomplete",
"timeStamp": "2026-06-16T00:00:00.0Z",
"type": "Transport"
}Service Homepage: developer.sabre.com/rest-api/cki-iatci-passenger-offload/v2
sabretravelcheck-iniatcipassenger-management