CKI Baggage Cancel Rush Mock Server
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 mock server 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 | "adipisicing veniam velit in laborum" |
Authorization | "dolor sint cillum ullamco" |
x-sabre-airline | "fugiat in" |
x-sabre-client-context | "irure dolor in" |
Application-ID | "do consectetur" |
Conversation-ID | "esse" |
Message-ID | "Excepteur occaecat" |
{
"bagTagList": [
"5505467727",
"5505467727",
"5505467727",
"5505467727",
"5505467727",
"5505467727",
"5505467727",
"5505467727",
"5505467727",
"5505467727"
],
"departureAirportCode": "WYN"
}{
"bagTagList": [
{
"bagTagNumber": "1743748687",
"error": {
"code": "401_UNAUTHORIZED",
"message": "Data not found",
"source": "CKI",
"type": "Validation"
},
"status": "Processed"
},
{
"bagTagNumber": "9795003156",
"error": {
"code": "1609_ERR.INVALID_DESTINATION_ADDRESS",
"message": "Invalid Request",
"source": "CKI",
"type": "Transport"
},
"status": "Processed"
},
{
"bagTagNumber": "3069148855",
"error": {
"code": "401_UNAUTHORIZED",
"message": "Invalid Request",
"source": "PNR",
"type": "Businesslogic"
},
"status": "Pending"
},
{
"bagTagNumber": "659685",
"error": {
"code": "500_INTERNAL_ERROR",
"message": "Data not found",
"source": "ANCS",
"type": "Application"
},
"status": "NotProcessed"
},
{
"bagTagNumber": "2776050384",
"error": {
"code": "404_NOT_FOUND",
"message": "Address Update Failed",
"source": "CKI",
"type": "Application"
},
"status": "Processed"
},
{
"bagTagNumber": "3411054565",
"error": {
"code": "1609_ERR.INVALID_DESTINATION_ADDRESS",
"message": "Data not found",
"source": "HOST",
"type": "Application"
},
"status": "NotProcessed"
},
{
"bagTagNumber": "714079",
"error": {
"code": "500_INTERNAL_ERROR",
"message": "Invalid Request",
"source": "ANCS",
"type": "Application"
},
"status": "Pending"
},
{
"bagTagNumber": "636449",
"error": {
"code": "401_UNAUTHORIZED",
"message": "Address Update Failed",
"source": "ANCS",
"type": "Validation"
},
"status": "NotProcessed"
},
{
"bagTagNumber": "0695658732",
"error": {
"code": "500_INTERNAL_ERROR",
"message": "Address Update Failed",
"source": "HOST",
"type": "Validation"
},
"status": "Cancelled"
}
],
"errors": [
{
"code": "401_UNAUTHORIZED",
"message": "Data not found",
"source": "CKI",
"type": "Transport"
}
],
"infoTextList": [
"Contact airline support",
"Bag successfully cancelled",
"Pending verification",
"Tag not found in database"
],
"status": "Complete",
"systemTrackingId": "ID-dwbt569-51208-9975182185630-1-541",
"timeStamp": "2026-06-16T00:00:00.0Z",
"warnings": [
{
"code": "WARN_DEPRECATED_FIELD",
"element": "baggageItems with sequence 01",
"message": "Performance degradation detected",
"source": "PNR",
"type": "Validation"
},
{
"code": "WARN_DEPRECATED_FIELD",
"element": "baggageItems with sequence 01",
"message": "Performance degradation detected",
"source": "CKI",
"type": "Validation"
}
]
}{
"errorCode": "500",
"message": "Authentication failed.",
"status": "Complete",
"systemTrackingId": "ID-nscv886-36751-3515801520278-0-583",
"timeStamp": "2026-06-16T00:00:00.0Z",
"type": "Validation"
}{
"diagnostics": {},
"errorCode": "ERR.2SG.SEC.MISSING_CREDENTIALS",
"message": "Authentication data is missing",
"status": "Unknown",
"timeStamp": "2026-06-16T00:00:00.0Z",
"type": "Application"
}Service Homepage: developer.sabre.com/rest-api/cki-baggage-cancel-rush/v3
sabretravelaviationcheck-inbaggage