CKI Baggage Cancel Rush Virtual Sandbox
Manage and cancel rush bag tags for airline check-in operations.
The CKI Baggage Cancel Rush API allows developers to programmatically cancel rush bag tags within the Sabre check-in ecosystem. This service provides a virtual endpoint to validate request structures and error handling for baggage management workflows.
Use this hosted sandbox to simulate CKI Baggage Cancel Rush 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 lookup, baggage tag issuance, reprints, offloads, seat changes, and operational error responses.
Baggage
POST
| Header Name | Example |
|---|---|
x-sabre-security-token | "cupidatat consequat eu reprehenderit mollit" |
Authorization | "non labore consequat in" |
x-sabre-airline | "et laboris consectetur ut" |
x-sabre-client-context | "esse quis" |
Application-ID | "deserunt do officia ea" |
Conversation-ID | "qui sint aliqua" |
Message-ID | "culpa" |
{
"bagTagList": [
"5505467727",
"5505467727",
"5505467727",
"5505467727",
"5505467727",
"5505467727",
"5505467727",
"5505467727",
"5505467727",
"5505467727"
],
"departureAirportCode": "EEQ"
}{
"bagTagList": [
{
"bagTagNumber": "597585",
"error": {
"code": "1609_ERR.INVALID_DESTINATION_ADDRESS",
"message": "Invalid Request",
"source": "ANCS",
"type": "Transport"
},
"status": "Pending"
},
{
"bagTagNumber": "6455663257",
"error": {
"code": "404_NOT_FOUND",
"message": "Data not found",
"source": "HOST",
"type": "Validation"
},
"status": "NotProcessed"
},
{
"bagTagNumber": "0702039386",
"error": {
"code": "401_UNAUTHORIZED",
"message": "Data not found",
"source": "HOST",
"type": "Businesslogic"
},
"status": "NotProcessed"
},
{
"bagTagNumber": "1396030065",
"error": {
"code": "500_INTERNAL_ERROR",
"message": "Data not found",
"source": "ANCS",
"type": "Businesslogic"
},
"status": "NotProcessed"
},
{
"bagTagNumber": "4167238873",
"error": {
"code": "404_NOT_FOUND",
"message": "Connection Timeout",
"source": "PNR",
"type": "Businesslogic"
},
"status": "Processed"
},
{
"bagTagNumber": "358300",
"error": {
"code": "401_UNAUTHORIZED",
"message": "Connection Timeout",
"source": "ANCS",
"type": "Validation"
},
"status": "Cancelled"
},
{
"bagTagNumber": "2511851952",
"error": {
"code": "500_INTERNAL_ERROR",
"message": "Connection Timeout",
"source": "PNR",
"type": "Application"
},
"status": "Processed"
},
{
"bagTagNumber": "116759",
"error": {
"code": "404_NOT_FOUND",
"message": "Invalid Request",
"source": "CKI",
"type": "Application"
},
"status": "Cancelled"
},
{
"bagTagNumber": "105201",
"error": {
"code": "500_INTERNAL_ERROR",
"message": "Connection Timeout",
"source": "CKI",
"type": "Transport"
},
"status": "Processed"
}
],
"errors": [
{
"code": "404_NOT_FOUND",
"message": "Connection Timeout",
"source": "CKI",
"type": "Businesslogic"
},
{
"code": "401_UNAUTHORIZED",
"message": "Address Update Failed",
"source": "PNR",
"type": "Application"
}
],
"infoTextList": [
"Tag not found in database",
"Pending verification",
"Contact airline support",
"Bag successfully cancelled",
"Update complete"
],
"status": "NotProcessed",
"systemTrackingId": "ID-jigt364-77491-0559588381838-2-52",
"timeStamp": "2026-07-21T00:00:00.0Z",
"warnings": [
{
"code": "WARN_MISSING_OPTIONAL_PARAM",
"element": "passengerData with pnr 12345",
"message": "Request has missing mandatory Fields",
"source": "PNR",
"type": "Configuration"
},
{
"code": "ERR_MALFORMED_RESPONSE",
"element": "baggageItems with sequence 01",
"message": "Request has missing mandatory Fields",
"source": "CKI",
"type": "Validation"
},
{
"code": "ERR_MALFORMED_RESPONSE",
"element": "passengerData with pnr 12345",
"message": "Performance degradation detected",
"source": "ANCS",
"type": "Warning"
},
{
"code": "WARN_MISSING_OPTIONAL_PARAM",
"element": "countsPerCabinList with flightId 2997",
"message": "Request has missing mandatory Fields",
"source": "HOST",
"type": "Warning"
},
{
"code": "WARN_DEPRECATED_FIELD",
"element": "baggageItems with sequence 01",
"message": "Data structure is non-standard",
"source": "CKI",
"type": "Warning"
}
]
}{
"errorCode": "401",
"message": "Check-in data not found using provided criteria.",
"status": "NotProcessed",
"systemTrackingId": "ID-nukz570-82118-7610884697453-2-72",
"timeStamp": "2026-07-20T00:00:00.0Z",
"type": "Validation"
}{
"diagnostics": {},
"errorCode": "ERR.2SG.SEC.MISSING_CREDENTIALS",
"message": "Invalid bag tag format",
"status": "Unknown",
"timeStamp": "2026-07-21T00:00:00.0Z",
"type": "Application"
}Service Homepage: developer.sabre.com/rest-api/cki-baggage-cancel-rush/v3
sabretravelaviationcheck-inbaggage