CKI Passenger Search Mock Server
Search and retrieve passenger details for airline check-in workflows.
The Passenger Search API allows developers to look up passenger information to facilitate check-in processes or update traveler details. This virtual endpoint provides a consistent interface for validating search request payloads and handling passenger data retrieval responses.
Use this hosted mock server to simulate CKI Passenger Search 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, verifying passenger status, handling search criteria, and managing operational error responses during the check-in flow.
Passenger
POST
| Header Name | Example |
|---|---|
x-sabre-security-token | "non aute minim deserunt nisi" |
Authorization | "deserunt voluptate" |
x-sabre-airline | "exercitation" |
x-sabre-client-context | "esse eiusmod Duis" |
Application-ID | "reprehenderit" |
Conversation-ID | "laborum aute magna sit in" |
Message-ID | "dolore exercitation" |
{
"lastName": "Stanton",
"options": {
"firstName": "Oswaldo",
"flightCriteria": {
"airlineCode": "AA",
"arrivalAirportCode": "AUH",
"departureAirportCode": "SIN",
"departureDateRange": {
"from": "2026-05-23",
"to": "2026-06-27"
},
"flightNumber": "8394"
},
"frequentFlyer": {
"airlineCode": "EK",
"number": "xur36H"
},
"travelDocument": {
"issuingCountryCode": "PRI",
"number": "X0IygnAi",
"type": "PASSPORT"
}
}
}{
"additionalCriteriaRequired": false,
"airlineInfoList": [
{
"code": "BA",
"name": "Etihad Airways"
},
{
"code": "BA",
"name": "Etihad Airways"
},
{
"code": "EY",
"name": "British Airways"
},
{
"code": "EY",
"name": "American Airlines"
},
{
"code": "AA",
"name": "Etihad Airways"
}
],
"errors": [
{
"code": "ERR.404",
"message": "Connection Error",
"source": "HOST",
"type": "Businesslogic"
},
{
"code": "ERR.404",
"message": "Data missing",
"source": "ANCS",
"type": "Validation"
},
{
"code": "1609_ERR.INVALID_DESTINATION_ADDRESS",
"message": "Data missing",
"source": "CKI",
"type": "Businesslogic"
},
{
"code": "ERR.500",
"message": "Connection Error",
"source": "PNR",
"type": "Validation"
},
{
"code": "ERR.500",
"message": "Invalid Request",
"source": "PNR",
"type": "Application"
}
],
"itineraryList": [
{
"id": "6",
"pnrLocator": "2WJe0f",
"segmentList": [
{
"id": "7",
"legList": [
{
"arrivalInfo": {
"airportCode": "LHR",
"estimatedDate": "2026-06-26",
"estimatedTime": "15:15:00",
"scheduledDate": "2026-06-23",
"scheduledTime": "18:45:00"
},
"departureInfo": {
"airportCode": "LHR",
"estimatedDate": "2026-06-21",
"estimatedTime": "08:05:00",
"gate": "B12",
"scheduledDate": "2026-06-22",
"scheduledTime": "08:00:00",
"terminal": "TERMINAL 1"
},
"id": "0",
"inboundConnectionFlag": true,
"legId": 5,
"outboundConnectionFlag": false
},
{
"arrivalInfo": {
"airportCode": "DXB",
"estimatedDate": "2026-06-24",
"estimatedTime": "18:50:00",
"scheduledDate": "2026-06-20",
"scheduledTime": "18:45:00"
},
"departureInfo": {
"airportCode": "AUH",
"estimatedDate": "2026-06-17",
"estimatedTime": "22:35:00",
"gate": "B12",
"scheduledDate": "2026-06-18",
"scheduledTime": "22:30:00",
"terminal": "TERMINAL 1"
},
"id": "8",
"inboundConnectionFlag": false,
"legId": 7,
"outboundConnectionFlag": false
}
],
"operatingAirlineCode": "BA",
"operatingFlightNumber": "789",
"segmentId": 8
},
{
"id": "6",
"legList": [
{
"arrivalInfo": {
"airportCode": "LHR",
"estimatedDate": "2026-06-18",
"estimatedTime": "18:50:00",
"scheduledDate": "2026-06-22",
"scheduledTime": "15:10:00"
},
"departureInfo": {
"airportCode": "LHR",
"estimatedDate": "2026-06-21",
"estimatedTime": "22:35:00",
"gate": "B12",
"scheduledDate": "2026-06-19",
"scheduledTime": "15:10:00",
"terminal": "TERMINAL 1"
},
"id": "5",
"inboundConnectionFlag": false,
"legId": 10,
"outboundConnectionFlag": false
},
{
"arrivalInfo": {
"airportCode": "AUH",
"estimatedDate": "2026-06-18",
"estimatedTime": "15:15:00",
"scheduledDate": "2026-06-22",
"scheduledTime": "15:10:00"
},
"departureInfo": {
"airportCode": "AUH",
"estimatedDate": "2026-06-21",
"estimatedTime": "22:35:00",
"gate": "C05",
"scheduledDate": "2026-06-17",
"scheduledTime": "22:30:00",
"terminal": "TERMINAL 3"
},
"id": "5",
"inboundConnectionFlag": false,
"legId": 3,
"outboundConnectionFlag": true
}
],
"operatingAirlineCode": "BA",
"operatingFlightNumber": "5",
"segmentId": 10
},
{
"id": "8",
"legList": [
{
"arrivalInfo": {
"airportCode": "AUH",
"estimatedDate": "2026-06-19",
"estimatedTime": "15:15:00",
"scheduledDate": "2026-06-21",
"scheduledTime": "15:10:00"
},
"departureInfo": {
"airportCode": "DXB",
"estimatedDate": "2026-06-24",
"estimatedTime": "15:15:00",
"gate": "A35",
"scheduledDate": "2026-06-17",
"scheduledTime": "22:30:00",
"terminal": "TERMINAL 1"
},
"id": "7",
"inboundConnectionFlag": true,
"legId": 5,
"outboundConnectionFlag": false
},
{
"arrivalInfo": {
"airportCode": "AUH",
"estimatedDate": "2026-06-22",
"estimatedTime": "15:15:00",
"scheduledDate": "2026-06-18",
"scheduledTime": "18:45:00"
},
"departureInfo": {
"airportCode": "DXB",
"estimatedDate": "2026-06-20",
"estimatedTime": "08:05:00",
"gate": "B12",
"scheduledDate": "2026-06-22",
"scheduledTime": "15:10:00",
"terminal": "TERMINAL 3"
},
"id": "5",
"inboundConnectionFlag": false,
"legId": 2,
"outboundConnectionFlag": false
},
{
"arrivalInfo": {
"airportCode": "LHR",
"estimatedDate": "2026-06-25",
"estimatedTime": "18:50:00",
"scheduledDate": "2026-06-25",
"scheduledTime": "15:10:00"
},
"departureInfo": {
"airportCode": "LHR",
"estimatedDate": "2026-06-20",
"estimatedTime": "22:35:00",
"gate": "A35",
"scheduledDate": "2026-06-21",
"scheduledTime": "15:10:00",
"terminal": "TERMINAL 1"
},
"id": "7",
"inboundConnectionFlag": false,
"legId": 4,
"outboundConnectionFlag": true
}
],
"operatingAirlineCode": "EY",
"operatingFlightNumber": "9258",
"segmentId": 2
}
]
},
{
"id": "4",
"pnrLocator": "S6IKsR",
"segmentList": [
{
"id": "8",
"legList": [
{
"arrivalInfo": {
"airportCode": "AUH",
"estimatedDate": "2026-06-23",
"estimatedTime": "18:50:00",
"scheduledDate": "2026-06-26",
"scheduledTime": "15:10:00"
},
"departureInfo": {
"airportCode": "DXB",
"estimatedDate": "2026-06-20",
"estimatedTime": "15:15:00",
"gate": "C05",
"scheduledDate": "2026-06-19",
"scheduledTime": "08:00:00",
"terminal": "TERMINAL 3"
},
"id": "4",
"inboundConnectionFlag": true,
"legId": 4,
"outboundConnectionFlag": true
},
{
"arrivalInfo": {
"airportCode": "DXB",
"estimatedDate": "2026-06-19",
"estimatedTime": "18:50:00",
"scheduledDate": "2026-06-26",
"scheduledTime": "18:45:00"
},
"departureInfo": {
"airportCode": "LHR",
"estimatedDate": "2026-06-23",
"estimatedTime": "22:35:00",
"gate": "A35",
"scheduledDate": "2026-06-19",
"scheduledTime": "08:00:00",
"terminal": "TERMINAL 3"
},
"id": "3",
"inboundConnectionFlag": true,
"legId": 1,
"outboundConnectionFlag": false
}
],
"operatingAirlineCode": "AA",
"operatingFlightNumber": "6013",
"segmentId": 9
},
{
"id": "5",
"legList": [
{
"arrivalInfo": {
"airportCode": "DXB",
"estimatedDate": "2026-06-22",
"estimatedTime": "15:15:00",
"scheduledDate": "2026-06-20",
"scheduledTime": "18:45:00"
},
"departureInfo": {
"airportCode": "AUH",
"estimatedDate": "2026-06-24",
"estimatedTime": "22:35:00",
"gate": "B12",
"scheduledDate": "2026-06-21",
"scheduledTime": "22:30:00",
"terminal": "TERMINAL A"
},
"id": "9",
"inboundConnectionFlag": true,
"legId": 7,
"outboundConnectionFlag": true
},
{
"arrivalInfo": {
"airportCode": "AUH",
"estimatedDate": "2026-06-24",
"estimatedTime": "15:15:00",
"scheduledDate": "2026-06-26",
"scheduledTime": "18:45:00"
},
"departureInfo": {
"airportCode": "AUH",
"estimatedDate": "2026-06-25",
"estimatedTime": "15:15:00",
"gate": "A35",
"scheduledDate": "2026-06-22",
"scheduledTime": "15:10:00",
"terminal": "TERMINAL 1"
},
"id": "1",
"inboundConnectionFlag": true,
"legId": 4,
"outboundConnectionFlag": false
},
{
"arrivalInfo": {
"airportCode": "AUH",
"estimatedDate": "2026-06-22",
"estimatedTime": "15:15:00",
"scheduledDate": "2026-06-18",
"scheduledTime": "18:45:00"
},
"departureInfo": {
"airportCode": "AUH",
"estimatedDate": "2026-06-26",
"estimatedTime": "22:35:00",
"gate": "B12",
"scheduledDate": "2026-06-26",
"scheduledTime": "22:30:00",
"terminal": "TERMINAL 3"
},
"id": "7",
"inboundConnectionFlag": false,
"legId": 2,
"outboundConnectionFlag": false
},
{
"arrivalInfo": {
"airportCode": "DXB",
"estimatedDate": "2026-06-24",
"estimatedTime": "15:15:00",
"scheduledDate": "2026-06-21",
"scheduledTime": "15:10:00"
},
"departureInfo": {
"airportCode": "AUH",
"estimatedDate": "2026-06-19",
"estimatedTime": "15:15:00",
"gate": "A35",
"scheduledDate": "2026-06-25",
"scheduledTime": "15:10:00",
"terminal": "TERMINAL 1"
},
"id": "8",
"inboundConnectionFlag": true,
"legId": 6,
"outboundConnectionFlag": true
},
{
"arrivalInfo": {
"airportCode": "DXB",
"estimatedDate": "2026-06-18",
"estimatedTime": "18:50:00",
"scheduledDate": "2026-06-22",
"scheduledTime": "18:45:00"
},
"departureInfo": {
"airportCode": "LHR",
"estimatedDate": "2026-06-17",
"estimatedTime": "22:35:00",
"gate": "A35",
"scheduledDate": "2026-06-19",
"scheduledTime": "15:10:00",
"terminal": "TERMINAL A"
},
"id": "5",
"inboundConnectionFlag": true,
"legId": 2,
"outboundConnectionFlag": false
}
],
"operatingAirlineCode": "EY",
"operatingFlightNumber": "680",
"segmentId": 5
},
{
"id": "6",
"legList": [
{
"arrivalInfo": {
"airportCode": "AUH",
"estimatedDate": "2026-06-17",
"estimatedTime": "15:15:00",
"scheduledDate": "2026-06-23",
"scheduledTime": "18:45:00"
},
"departureInfo": {
"airportCode": "LHR",
"estimatedDate": "2026-06-21",
"estimatedTime": "15:15:00",
"gate": "B12",
"scheduledDate": "2026-06-21",
"scheduledTime": "22:30:00",
"terminal": "TERMINAL 1"
},
"id": "9",
"inboundConnectionFlag": false,
"legId": 1,
"outboundConnectionFlag": false
},
{
"arrivalInfo": {
"airportCode": "LHR",
"estimatedDate": "2026-06-18",
"estimatedTime": "15:15:00",
"scheduledDate": "2026-06-19",
"scheduledTime": "18:45:00"
},
"departureInfo": {
"airportCode": "LHR",
"estimatedDate": "2026-06-19",
"estimatedTime": "22:35:00",
"gate": "C05",
"scheduledDate": "2026-06-24",
"scheduledTime": "22:30:00",
"terminal": "TERMINAL 1"
},
"id": "1",
"inboundConnectionFlag": false,
"legId": 8,
"outboundConnectionFlag": true
},
{
"arrivalInfo": {
"airportCode": "AUH",
"estimatedDate": "2026-06-21",
"estimatedTime": "15:15:00",
"scheduledDate": "2026-06-22",
"scheduledTime": "18:45:00"
},
"departureInfo": {
"airportCode": "LHR",
"estimatedDate": "2026-06-25",
"estimatedTime": "22:35:00",
"gate": "B12",
"scheduledDate": "2026-06-17",
"scheduledTime": "08:00:00",
"terminal": "TERMINAL 1"
},
"id": "9",
"inboundConnectionFlag": true,
"legId": 7,
"outboundConnectionFlag": false
},
{
"arrivalInfo": {
"airportCode": "LHR",
"estimatedDate": "2026-06-23",
"estimatedTime": "15:15:00",
"scheduledDate": "2026-06-26",
"scheduledTime": "15:10:00"
},
"departureInfo": {
"airportCode": "DXB",
"estimatedDate": "2026-06-22",
"estimatedTime": "22:35:00",
"gate": "A35",
"scheduledDate": "2026-06-20",
"scheduledTime": "15:10:00",
"terminal": "TERMINAL 1"
},
"id": "8",
"inboundConnectionFlag": true,
"legId": 6,
"outboundConnectionFlag": false
}
],
"operatingAirlineCode": "AA",
"operatingFlightNumber": "5752",
"segmentId": 8
},
{
"id": "9",
"legList": [
{
"arrivalInfo": {
"airportCode": "DXB",
"estimatedDate": "2026-06-22",
"estimatedTime": "18:50:00",
"scheduledDate": "2026-06-22",
"scheduledTime": "18:45:00"
},
"departureInfo": {
"airportCode": "AUH",
"estimatedDate": "2026-06-18",
"estimatedTime": "15:15:00",
"gate": "B12",
"scheduledDate": "2026-06-22",
"scheduledTime": "15:10:00",
"terminal": "TERMINAL 3"
},
"id": "7",
"inboundConnectionFlag": false,
"legId": 5,
"outboundConnectionFlag": true
},
{
"arrivalInfo": {
"airportCode": "LHR",
"estimatedDate": "2026-06-18",
"estimatedTime": "15:15:00",
"scheduledDate": "2026-06-23",
"scheduledTime": "15:10:00"
},
"departureInfo": {
"airportCode": "AUH",
"estimatedDate": "2026-06-20",
"estimatedTime": "15:15:00",
"gate": "A35",
"scheduledDate": "2026-06-21",
"scheduledTime": "08:00:00",
"terminal": "TERMINAL 1"
},
"id": "4",
"inboundConnectionFlag": true,
"legId": 6,
"outboundConnectionFlag": false
},
{
"arrivalInfo": {
"airportCode": "LHR",
"estimatedDate": "2026-06-22",
"estimatedTime": "15:15:00",
"scheduledDate": "2026-06-22",
"scheduledTime": "15:10:00"
},
"departureInfo": {
"airportCode": "LHR",
"estimatedDate": "2026-06-26",
"estimatedTime": "15:15:00",
"gate": "B12",
"scheduledDate": "2026-06-17",
"scheduledTime": "15:10:00",
"terminal": "TERMINAL 3"
},
"id": "6",
"inboundConnectionFlag": false,
"legId": 4,
"outboundConnectionFlag": false
},
{
"arrivalInfo": {
"airportCode": "AUH",
"estimatedDate": "2026-06-20",
"estimatedTime": "18:50:00",
"scheduledDate": "2026-06-22",
"scheduledTime": "15:10:00"
},
"departureInfo": {
"airportCode": "DXB",
"estimatedDate": "2026-06-18",
"estimatedTime": "22:35:00",
"gate": "C05",
"scheduledDate": "2026-06-19",
"scheduledTime": "22:30:00",
"terminal": "TERMINAL 1"
},
"id": "5",
"inboundConnectionFlag": true,
"legId": 2,
"outboundConnectionFlag": true
}
],
"operatingAirlineCode": "AA",
"operatingFlightNumber": "4",
"segmentId": 3
},
{
"id": "3",
"legList": [
{
"arrivalInfo": {
"airportCode": "DXB",
"estimatedDate": "2026-06-25",
"estimatedTime": "15:15:00",
"scheduledDate": "2026-06-22",
"scheduledTime": "18:45:00"
},
"departureInfo": {
"airportCode": "DXB",
"estimatedDate": "2026-06-19",
"estimatedTime": "08:05:00",
"gate": "C05",
"scheduledDate": "2026-06-19",
"scheduledTime": "22:30:00",
"terminal": "TERMINAL A"
},
"id": "1",
"inboundConnectionFlag": false,
"legId": 8,
"outboundConnectionFlag": false
},
{
"arrivalInfo": {
"airportCode": "LHR",
"estimatedDate": "2026-06-20",
"estimatedTime": "18:50:00",
"scheduledDate": "2026-06-20",
"scheduledTime": "18:45:00"
},
"departureInfo": {
"airportCode": "DXB",
"estimatedDate": "2026-06-26",
"estimatedTime": "15:15:00",
"gate": "A35",
"scheduledDate": "2026-06-21",
"scheduledTime": "08:00:00",
"terminal": "TERMINAL 1"
},
"id": "5",
"inboundConnectionFlag": false,
"legId": 8,
"outboundConnectionFlag": true
},
{
"arrivalInfo": {
"airportCode": "LHR",
"estimatedDate": "2026-06-18",
"estimatedTime": "15:15:00",
"scheduledDate": "2026-06-17",
"scheduledTime": "15:10:00"
},
"departureInfo": {
"airportCode": "LHR",
"estimatedDate": "2026-06-18",
"estimatedTime": "15:15:00",
"gate": "B12",
"scheduledDate": "2026-06-21",
"scheduledTime": "22:30:00",
"terminal": "TERMINAL A"
},
"id": "6",
"inboundConnectionFlag": false,
"legId": 3,
"outboundConnectionFlag": false
},
{
"arrivalInfo": {
"airportCode": "DXB",
"estimatedDate": "2026-06-25",
"estimatedTime": "15:15:00",
"scheduledDate": "2026-06-17",
"scheduledTime": "18:45:00"
},
"departureInfo": {
"airportCode": "DXB",
"estimatedDate": "2026-06-22",
"estimatedTime": "15:15:00",
"gate": "A35",
"scheduledDate": "2026-06-17",
"scheduledTime": "22:30:00",
"terminal": "TERMINAL 3"
},
"id": "0",
"inboundConnectionFlag": false,
"legId": 10,
"outboundConnectionFlag": false
}
],
"operatingAirlineCode": "BA",
"operatingFlightNumber": "854",
"segmentId": 10
}
]
}
],
"passengerCount": 1,
"passengerList": [
{
"boardStatus": true,
"checkInStatus": false,
"firstName": "Christop",
"frequentFlyer": {
"airlineCode": "LH",
"number": "7rDinv",
"tier": "GOLD"
},
"groupCode": "ZF",
"groupCount": 2,
"id": "0",
"itineraryRef": "0",
"lastName": "Langosh-Schmidt",
"legRef": "1",
"pnrLocator": "m8ybJb",
"segmentRef": "9"
}
],
"similarMatchFound": true,
"status": "NotProcessed",
"systemTrackingId": "0d550133-492d-434a-bdf0-505987970e6d",
"timeStamp": "2026-06-16T00:00:00.0Z",
"warnings": [
{
"code": "ERR_MALFORMED_RESPONSE",
"element": "CountsPerCabinList",
"message": "Request has missing mandatory Fields",
"source": "ANCS",
"type": "Validation"
},
{
"code": "ERR_MALFORMED_RESPONSE",
"element": "CountsPerCabinList",
"message": "Data mismatch",
"source": "ANCS",
"type": "Validation"
}
]
}{
"errorCode": "ERR.2SG.SEC.MISSING_CREDENTIALS",
"message": "Internal server error",
"status": "Complete",
"systemTrackingId": "394ea2be-0885-4de9-ab03-2c435366dd7b",
"timeStamp": "2026-06-17T00:00:00.0Z",
"type": "Validation"
}{
"errorCode": "ERR.2SG.SEC.MISSING_CREDENTIALS",
"message": "Check-in data not found using provided criteria.",
"status": "Complete",
"systemTrackingId": "c71fff68-a56b-4cd0-b46d-465c1868f85d",
"timeStamp": "2026-06-16T00:00:00.0Z",
"type": "Application"
}{
"errorCode": "ERR.2SG.SEC.MISSING_CREDENTIALS",
"message": "Check-in data not found using provided criteria.",
"status": "Complete",
"systemTrackingId": "9e3b479f-2031-4fba-9b6b-5751e329b789",
"timeStamp": "2026-06-16T00:00:00.0Z",
"type": "Validation"
}{
"diagnostics": {},
"errorCode": "ERR.2SG.SEC.MISSING_CREDENTIALS",
"message": "Authentication data is missing.",
"status": "NotProcessed",
"timeStamp": "2026-06-17T00:00:00.0Z",
"type": "BusinessLogic"
}Service Homepage: developer.sabre.com/rest-api/cki-passenger-search/v2
sabretravelcheck-inpassengerrest