CKI Passenger Offload Mock Server

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 mock server 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.

CKI Passenger Offload mock server is up and running!

Use this mock URL as the API base in your code to simulate CKI Passenger Offload responses instantly.

https://sabre-cki-offload.mock.beeceptor.com



Passenger

Header NameExample
x-sabre-security-token"esse consequat fugiat elit"
Authorization"et non reprehenderit qui"
x-sabre-airline"anim"
x-sabre-client-context"voluptate culpa mollit deserunt"
Application-ID"quis aliquip laboris proident laborum"
Conversation-ID"ea Excepteur consectetur"
Message-ID"quis est mollit Duis velit"
{
  "bagInfo": {
    "bagOnBoard": false,
    "comment": "fragile"
  },
  "flightCriteria": {
    "airlineCode": "OYB",
    "arrivalAirportCode": "UMR",
    "departureAirportCode": "UTQ",
    "departureDate": "2026-07-05",
    "flightNumber": "455"
  },
  "massOffload": {
    "excludePreLiftedTicket": true,
    "inboundConnection": {
      "inboundAirlineCode": "Q9",
      "inboundFlightNumber": "569",
      "prefix": "INCLUDE"
    }
  },
  "options": [
    "OFFLOAD_DOWNLINE_SPACE",
    "REMOVE_FROM_PRIORITY_LIST",
    "RESERVE_CHECK_IN_SEAT",
    "REMOVE_FROM_PRIORITY_LIST",
    "CANCEL_BAG_TAG",
    "RESERVE_CHECK_IN_SEAT",
    "OFFLOAD_DOWNLINE_SPACE",
    "CANCEL_BAG_TAG",
    "RESERVE_CHECK_IN_SEAT",
    "OFFLOAD_DOWNLINE_SPACE"
  ],
  "passengerIdList": [
    "P998811",
    "ID998877",
    "PAX654321"
  ],
  "seatNumberList": [
    "1B",
    "2A",
    "2B"
  ]
}
{
  "errors": [
    {
      "code": "500_ERR.SERVER_ERROR",
      "message": "Address Update Failed",
      "source": "CKI",
      "type": "Businesslogic"
    }
  ],
  "results": [
    {
      "passengerId": "mM0Xrgod69IU",
      "seatNumber": "2A",
      "sequenceNumber": 42,
      "status": {
        "code": "500",
        "message": "TECHNICAL ERROR",
        "type": "SUCCESS"
      }
    },
    {
      "passengerId": "Fhrqk5sPEnmb",
      "seatNumber": "2A",
      "sequenceNumber": 423,
      "status": {
        "code": "404",
        "message": "SUCCESS",
        "type": "SUCCESS"
      }
    }
  ],
  "status": "Incomplete",
  "systemTrackingId": "c4afafff-4207-46be-8a8e-8416b9da6588",
  "timeStamp": "2026-06-16T00:00:00.0Z",
  "warnings": [
    {
      "code": "WARN_DEPRECATED_API",
      "element": "CountsPerCabinList",
      "message": "Request has missing mandatory Fields",
      "source": "CKI",
      "type": "Validation"
    },
    {
      "code": "ERR_MALFORMED_RESPONSE",
      "element": "ArrivalDate",
      "message": "Flight status nearing threshold",
      "source": "CKI",
      "type": "Validation"
    },
    {
      "code": "WARN_SLOW_QUERY",
      "element": "SeatNumber",
      "message": "Request has missing mandatory Fields",
      "source": "PNR",
      "type": "Validation"
    }
  ]
}
{
  "errorCode": "ERR.GENERIC",
  "message": "Check-in data not found",
  "status": "Complete",
  "systemTrackingId": "83fa03b8-9ef7-4560-ad40-6f32814221ca",
  "timeStamp": "2026-06-16T00:00:00.0Z",
  "type": "Application"
}
{
  "diagnostics": {},
  "errorCode": "ERR.2SG.SEC.MISSING_CREDENTIALS",
  "message": "Authentication data is missing",
  "status": "Incomplete",
  "timeStamp": "2026-06-16T00:00:00.0Z",
  "type": "Transport"
}
sabretravelaviationcheck-inpassenger-management