CKI Block Seats Virtual Sandbox
Manage and block airline seat assignments for passenger check-in workflows.
The CKI Block Seats API allows developers to programmatically block specific seats on a flight. This service is essential for managing seat availability, handling passenger seat requests, and integrating seat-blocking logic into airline check-in and reservation management systems.
Use this hosted sandbox to simulate CKI Block Seats 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 seat-blocking requests, validate seat map availability, test conflict handling for already-occupied seats, and verify error responses for invalid flight or seat identifiers during the check-in process.
Seat
POST
| Header Name | Example |
|---|---|
x-sabre-security-token | "Excepteur dolor proident" |
Authorization | "Lorem Duis in magna minim" |
x-sabre-airline | "Duis" |
x-sabre-client-context | "proident ut Lorem reprehenderit" |
Application-ID | "voluptate velit reprehenderit Lorem sit" |
Conversation-ID | "dolor cupidatat laboris" |
Message-ID | "Lorem ullamco" |
{
"flightCriteria": {
"airlineCode": "AF",
"arrivalAirportCode": "AUH",
"cabinClassCode": "J",
"departureAirportCode": "AUH",
"departureDate": "2026-09-22",
"flightNumber": "8467"
},
"seatBlockUnblockCriteria": {
"rowNumberColumnGroupList": [
{
"columnGroup": [
"R"
],
"rowNumber": 40
},
{
"columnGroup": [
"R"
],
"rowNumber": 14
},
{
"columnGroup": [
"R"
],
"rowNumber": 34
}
],
"rowNumberColumnRangeList": [
{
"columnRange": {
"columnFrom": "D",
"columnTo": "F"
},
"rowNumber": 24
}
],
"rowNumberList": [
22,
14,
23,
20,
24
],
"rowRangeColumnGroupList": [
{
"columnGroup": [
"R"
],
"rowRange": {
"rowFrom": 12,
"rowTo": 24
}
},
{
"columnGroup": [
"R"
],
"rowRange": {
"rowFrom": 11,
"rowTo": 27
}
}
],
"rowRangeList": [
{
"rowFrom": 18,
"rowTo": 23
},
{
"rowFrom": 12,
"rowTo": 30
}
],
"seatBlockCode": "X",
"seatNumberList": [
"22A",
"19D"
]
}
}{
"affectedSeatsList": [
"12A"
],
"aircraftType": "B77",
"airlineCode": "AA",
"arrivalAirportCode": "JFK",
"cabinClassCode": "Y",
"departureAirportCode": "AUH",
"departureDate": "2026-09-10",
"errors": [
{
"code": "1609_ERR",
"message": "Invalid flight number",
"source": "ANCS",
"type": "Validation"
},
{
"code": "500_INTERNAL",
"message": "Cabin class not available",
"source": "ANCS",
"type": "Validation"
},
{
"code": "400_BAD_REQ",
"message": "Address Update Failed",
"source": "PNR",
"type": "Application"
},
{
"code": "400_BAD_REQ",
"message": "Cabin class not available",
"source": "HOST",
"type": "Validation"
}
],
"flightLegStatus": "UNMECH",
"flightNumber": "853",
"offloadedPassengerList": [
"John Doe",
"Jane Smith"
],
"scheduledArrivalTime": "06:30",
"scheduledDepartureTime": "14:30",
"seatBlockCode": "X",
"status": "NotProcessed",
"systemTrackingId": "eff70490-0d78-4dcb-a299-12a11a106992",
"timeStamp": "2026-08-23T00:00:00.0Z",
"warnings": [
{
"code": "WRN_DUPLICATE_BLOCK",
"element": "flightId",
"message": "Request has missing mandatory fields.",
"source": "CKI",
"type": "Validation"
},
{
"code": "ERR_MALFORMED_RESPONSE",
"element": "countsPerCabinList",
"message": "Capacity limits reached.",
"source": "ANCS",
"type": "BusinessLogic"
},
{
"code": "ERR_MALFORMED_RESPONSE",
"element": "countsPerCabinList",
"message": "Capacity limits reached.",
"source": "ANCS",
"type": "Validation"
},
{
"code": "WRN_DUPLICATE_BLOCK",
"element": "departureDate",
"message": "Capacity limits reached.",
"source": "PNR",
"type": "Validation"
}
]
}{
"errorCode": "404",
"message": "Service unavailable.",
"status": "Unknown",
"systemTrackingId": "244e7bcf-f9c0-474d-8c47-4d0f269d94b1",
"timeStamp": "2026-08-23T00:00:00.0Z",
"type": "Transport"
}{
"errorCode": "404",
"message": "Service unavailable.",
"status": "Unknown",
"systemTrackingId": "80b707c6-bd90-4b58-b01d-2f790ffa05ac",
"timeStamp": "2026-08-23T00:00:00.0Z",
"type": "Validation"
}{
"errorCode": "400",
"message": "Check-in data not found.",
"status": "Unknown",
"systemTrackingId": "50a815cd-ae68-4340-bf97-85213e5c87b9",
"timeStamp": "2026-08-23T00:00:00.0Z",
"type": "Transport"
}{
"diagnostics": {},
"errorCode": "ERR.GENERAL",
"message": "Authentication data is missing",
"status": "NotProcessed",
"timeStamp": "2026-08-23T00:00:00.0Z",
"type": "Application"
}Service Homepage: developer.sabre.com/rest-api/cki-block-seats/v2
sabretravelcheck-inseatsaviation