Sabre CKI Passenger Boarding Clearance Override Mock Server

Override passenger security document requests for airline check-in workflows.

The Passenger Boarding Clearance Override API allows developers to programmatically bypass standard security document requirements during the check-in process. This service is essential for handling specific operational exceptions where manual or system-level clearance overrides are necessary to complete passenger boarding.

Use this hosted mock server to simulate Sabre CKI Passenger Boarding Clearance Override 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 validate boarding clearance override requests, test error handling for invalid passenger credentials, verify authorization logic for security document bypasses, and simulate successful clearance responses in complex check-in scenarios.

Sabre CKI Passenger Boarding Clearance Override mock server is up and running!

Use this mock URL as the API base in your code to simulate Sabre CKI Passenger Boarding Clearance Override responses instantly.

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



Passenger

Header NameExample
x-sabre-security-token"dolore"
Authorization"nulla aliqua amet culpa labore"
x-sabre-airline"non"
x-sabre-client-context"sit adipisicing ullamco enim magna"
Application-ID"sit Excepteur cillum officia"
Conversation-ID"in elit do irure ut"
Message-ID"dolore fugiat do ad"
{
  "appList": [
    {
      "action": "OVERRIDE",
      "country": "BD",
      "type": "A"
    },
    {
      "action": "OVERRIDE",
      "country": "AM",
      "type": "A"
    },
    {
      "action": "OVERRIDE",
      "country": "GI",
      "type": "G"
    },
    {
      "action": "OVERRIDE",
      "country": "FI",
      "type": "A"
    },
    {
      "action": "OVERRIDE",
      "country": "AE",
      "type": "G"
    }
  ],
  "dhsList": [
    {
      "action": "OVERRIDE",
      "infant": false
    },
    {
      "action": "OVERRIDE",
      "infant": false
    }
  ],
  "estaList": [
    {
      "action": "OVERRIDE",
      "infant": false
    },
    {
      "action": "OVERRIDE",
      "infant": false
    }
  ],
  "flightCriteria": {
    "airlineCode": "DL",
    "departureAirportCode": "CDG",
    "departureDate": "2025-08-24",
    "flightNumber": "4"
  },
  "govList": [
    {
      "action": "OVERRIDE",
      "country": "GA",
      "infant": true
    },
    {
      "action": "OVERRIDE",
      "country": "GY",
      "infant": true
    }
  ],
  "passengerInfo": {
    "lastName": "Leuschke",
    "passengerId": "3HoBhxw0B581"
  },
  "timatic": {
    "action": "OVERRIDE"
  },
  "visaRequirementList": [
    {
      "action": "OVERRIDE",
      "infant": false
    },
    {
      "action": "OVERRIDE",
      "infant": false
    }
  ]
}
{
  "appList": [
    {
      "action": "OVERRIDE",
      "country": "AG",
      "editCode": "APPOK",
      "errors": [
        {
          "code": "ERR.500",
          "message": "Invalid credentials",
          "source": "CKI",
          "type": "Validation"
        },
        {
          "code": "ERR.500",
          "message": "Invalid credentials",
          "source": "ANCS",
          "type": "Businesslogic"
        },
        {
          "code": "ERR.404",
          "message": "System error",
          "source": "PNR",
          "type": "Businesslogic"
        },
        {
          "code": "ERR.101",
          "message": "Address Update Failed",
          "source": "HOST",
          "type": "Validation"
        },
        {
          "code": "ERR.404",
          "message": "System error",
          "source": "CKI",
          "type": "Validation"
        },
        {
          "code": "ERR.500",
          "message": "System error",
          "source": "HOST",
          "type": "Application"
        },
        {
          "code": "ERR.404",
          "message": "System error",
          "source": "PNR",
          "type": "Application"
        },
        {
          "code": "ERR.404",
          "message": "Address Update Failed",
          "source": "PNR",
          "type": "Application"
        },
        {
          "code": "ERR.500",
          "message": "Invalid credentials",
          "source": "HOST",
          "type": "Validation"
        }
      ],
      "infoText": [
        "OK TO BOARD"
      ],
      "status": "SUCCESS",
      "type": "A"
    },
    {
      "action": "OVERRIDE",
      "country": "IN",
      "editCode": "APPOK",
      "errors": [
        {
          "code": "ERR.404",
          "message": "Invalid credentials",
          "source": "CKI",
          "type": "Application"
        },
        {
          "code": "ERR.INVALID_INPUT",
          "message": "System error",
          "source": "PNR",
          "type": "Validation"
        },
        {
          "code": "ERR.500",
          "message": "Invalid credentials",
          "source": "ANCS",
          "type": "Businesslogic"
        },
        {
          "code": "ERR.404",
          "message": "Address Update Failed",
          "source": "HOST",
          "type": "Application"
        },
        {
          "code": "ERR.INVALID_INPUT",
          "message": "System error",
          "source": "ANCS",
          "type": "Validation"
        },
        {
          "code": "ERR.500",
          "message": "Address Update Failed",
          "source": "CKI",
          "type": "Validation"
        },
        {
          "code": "ERR.INVALID_INPUT",
          "message": "System error",
          "source": "CKI",
          "type": "Validation"
        },
        {
          "code": "ERR.404",
          "message": "Invalid credentials",
          "source": "CKI",
          "type": "Businesslogic"
        },
        {
          "code": "ERR.101",
          "message": "System error",
          "source": "HOST",
          "type": "Validation"
        }
      ],
      "infoText": [
        "OK TO BOARD"
      ],
      "status": "FAILURE",
      "type": "A"
    },
    {
      "action": "OVERRIDE",
      "country": "VN",
      "editCode": "APPOK",
      "errors": [
        {
          "code": "ERR.101",
          "message": "System error",
          "source": "ANCS",
          "type": "Application"
        },
        {
          "code": "ERR.500",
          "message": "System error",
          "source": "CKI",
          "type": "Validation"
        },
        {
          "code": "ERR.INVALID_INPUT",
          "message": "Invalid credentials",
          "source": "CKI",
          "type": "Application"
        },
        {
          "code": "ERR.404",
          "message": "Invalid credentials",
          "source": "HOST",
          "type": "Businesslogic"
        },
        {
          "code": "ERR.404",
          "message": "Invalid credentials",
          "source": "PNR",
          "type": "Businesslogic"
        },
        {
          "code": "ERR.404",
          "message": "System error",
          "source": "ANCS",
          "type": "Application"
        },
        {
          "code": "ERR.101",
          "message": "System error",
          "source": "CKI",
          "type": "Application"
        },
        {
          "code": "ERR.101",
          "message": "System error",
          "source": "CKI",
          "type": "Validation"
        },
        {
          "code": "ERR.101",
          "message": "System error",
          "source": "ANCS",
          "type": "Validation"
        }
      ],
      "infoText": [
        "OK TO BOARD"
      ],
      "status": "FAILURE",
      "type": "A"
    },
    {
      "action": "OVERRIDE",
      "country": "SK",
      "editCode": "APPOK",
      "errors": [
        {
          "code": "ERR.101",
          "message": "Address Update Failed",
          "source": "PNR",
          "type": "Businesslogic"
        },
        {
          "code": "ERR.500",
          "message": "Address Update Failed",
          "source": "ANCS",
          "type": "Application"
        },
        {
          "code": "ERR.404",
          "message": "Address Update Failed",
          "source": "ANCS",
          "type": "Validation"
        },
        {
          "code": "ERR.INVALID_INPUT",
          "message": "Invalid credentials",
          "source": "ANCS",
          "type": "Businesslogic"
        },
        {
          "code": "ERR.500",
          "message": "System error",
          "source": "PNR",
          "type": "Validation"
        },
        {
          "code": "ERR.101",
          "message": "System error",
          "source": "PNR",
          "type": "Application"
        },
        {
          "code": "ERR.101",
          "message": "Address Update Failed",
          "source": "ANCS",
          "type": "Validation"
        },
        {
          "code": "ERR.500",
          "message": "Invalid credentials",
          "source": "PNR",
          "type": "Validation"
        },
        {
          "code": "ERR.101",
          "message": "Address Update Failed",
          "source": "PNR",
          "type": "Businesslogic"
        }
      ],
      "infoText": [
        "OK TO BOARD"
      ],
      "status": "SUCCESS",
      "type": "A"
    },
    {
      "action": "OVERRIDE",
      "country": "JM",
      "editCode": "APP",
      "errors": [
        {
          "code": "ERR.500",
          "message": "Address Update Failed",
          "source": "CKI",
          "type": "Validation"
        },
        {
          "code": "ERR.500",
          "message": "System error",
          "source": "PNR",
          "type": "Application"
        },
        {
          "code": "ERR.INVALID_INPUT",
          "message": "Invalid credentials",
          "source": "PNR",
          "type": "Application"
        },
        {
          "code": "ERR.101",
          "message": "Address Update Failed",
          "source": "HOST",
          "type": "Validation"
        },
        {
          "code": "ERR.INVALID_INPUT",
          "message": "Address Update Failed",
          "source": "HOST",
          "type": "Validation"
        },
        {
          "code": "ERR.404",
          "message": "Invalid credentials",
          "source": "HOST",
          "type": "Businesslogic"
        },
        {
          "code": "ERR.404",
          "message": "Address Update Failed",
          "source": "HOST",
          "type": "Validation"
        },
        {
          "code": "ERR.500",
          "message": "Invalid credentials",
          "source": "CKI",
          "type": "Businesslogic"
        },
        {
          "code": "ERR.INVALID_INPUT",
          "message": "System error",
          "source": "PNR",
          "type": "Validation"
        }
      ],
      "infoText": [
        "OK TO BOARD"
      ],
      "status": "SUCCESS",
      "type": "G"
    }
  ],
  "dhsList": [
    {
      "action": "OVERRIDE",
      "editCode": "ESTA",
      "errors": [
        {
          "code": "ERR.101",
          "message": "System error",
          "source": "CKI",
          "type": "Businesslogic"
        },
        {
          "code": "ERR.INVALID_INPUT",
          "message": "System error",
          "source": "CKI",
          "type": "Application"
        },
        {
          "code": "ERR.404",
          "message": "Invalid credentials",
          "source": "HOST",
          "type": "Validation"
        },
        {
          "code": "ERR.101",
          "message": "System error",
          "source": "ANCS",
          "type": "Application"
        },
        {
          "code": "ERR.500",
          "message": "Address Update Failed",
          "source": "PNR",
          "type": "Businesslogic"
        },
        {
          "code": "ERR.404",
          "message": "Address Update Failed",
          "source": "PNR",
          "type": "Application"
        },
        {
          "code": "ERR.500",
          "message": "Address Update Failed",
          "source": "HOST",
          "type": "Application"
        },
        {
          "code": "ERR.101",
          "message": "System error",
          "source": "HOST",
          "type": "Application"
        },
        {
          "code": "ERR.INVALID_INPUT",
          "message": "Address Update Failed",
          "source": "CKI",
          "type": "Application"
        }
      ],
      "infant": true,
      "infoText": [
        "ESTA Request successful"
      ],
      "status": "FAILURE"
    },
    {
      "action": "OVERRIDE",
      "editCode": "DHSE",
      "errors": [
        {
          "code": "ERR.INVALID_INPUT",
          "message": "Address Update Failed",
          "source": "CKI",
          "type": "Application"
        },
        {
          "code": "ERR.500",
          "message": "System error",
          "source": "ANCS",
          "type": "Application"
        },
        {
          "code": "ERR.500",
          "message": "Invalid credentials",
          "source": "PNR",
          "type": "Validation"
        },
        {
          "code": "ERR.101",
          "message": "System error",
          "source": "CKI",
          "type": "Application"
        },
        {
          "code": "ERR.404",
          "message": "Invalid credentials",
          "source": "CKI",
          "type": "Businesslogic"
        },
        {
          "code": "ERR.500",
          "message": "Address Update Failed",
          "source": "HOST",
          "type": "Validation"
        },
        {
          "code": "ERR.INVALID_INPUT",
          "message": "Address Update Failed",
          "source": "ANCS",
          "type": "Application"
        },
        {
          "code": "ERR.500",
          "message": "System error",
          "source": "HOST",
          "type": "Validation"
        },
        {
          "code": "ERR.INVALID_INPUT",
          "message": "System error",
          "source": "PNR",
          "type": "Application"
        }
      ],
      "infant": false,
      "infoText": [
        "ESTA Request successful"
      ],
      "status": "SUCCESS"
    }
  ],
  "errors": [
    {
      "code": "ERR.INVALID_INPUT",
      "message": "Address Update Failed",
      "source": "PNR",
      "type": "Businesslogic"
    },
    {
      "code": "ERR.101",
      "message": "Invalid credentials",
      "source": "PNR",
      "type": "Businesslogic"
    }
  ],
  "estaList": [
    {
      "action": "OVERRIDE",
      "editCode": "ESTA",
      "errors": [
        {
          "code": "ERR.404",
          "message": "System error",
          "source": "HOST",
          "type": "Businesslogic"
        },
        {
          "code": "ERR.404",
          "message": "Invalid credentials",
          "source": "ANCS",
          "type": "Businesslogic"
        },
        {
          "code": "ERR.500",
          "message": "System error",
          "source": "ANCS",
          "type": "Application"
        },
        {
          "code": "ERR.INVALID_INPUT",
          "message": "Address Update Failed",
          "source": "HOST",
          "type": "Application"
        },
        {
          "code": "ERR.404",
          "message": "Address Update Failed",
          "source": "CKI",
          "type": "Application"
        },
        {
          "code": "ERR.404",
          "message": "System error",
          "source": "HOST",
          "type": "Application"
        },
        {
          "code": "ERR.500",
          "message": "Address Update Failed",
          "source": "PNR",
          "type": "Validation"
        },
        {
          "code": "ERR.INVALID_INPUT",
          "message": "Invalid credentials",
          "source": "CKI",
          "type": "Application"
        },
        {
          "code": "ERR.INVALID_INPUT",
          "message": "Address Update Failed",
          "source": "ANCS",
          "type": "Businesslogic"
        }
      ],
      "infant": false,
      "infoText": [
        "ESTA Request successful"
      ],
      "status": "SUCCESS"
    },
    {
      "action": "OVERRIDE",
      "editCode": "ESTA",
      "errors": [
        {
          "code": "ERR.404",
          "message": "Invalid credentials",
          "source": "CKI",
          "type": "Validation"
        },
        {
          "code": "ERR.INVALID_INPUT",
          "message": "Invalid credentials",
          "source": "PNR",
          "type": "Businesslogic"
        },
        {
          "code": "ERR.404",
          "message": "Address Update Failed",
          "source": "ANCS",
          "type": "Businesslogic"
        },
        {
          "code": "ERR.101",
          "message": "System error",
          "source": "ANCS",
          "type": "Validation"
        },
        {
          "code": "ERR.500",
          "message": "System error",
          "source": "PNR",
          "type": "Businesslogic"
        },
        {
          "code": "ERR.500",
          "message": "Invalid credentials",
          "source": "HOST",
          "type": "Validation"
        },
        {
          "code": "ERR.INVALID_INPUT",
          "message": "Invalid credentials",
          "source": "CKI",
          "type": "Validation"
        },
        {
          "code": "ERR.500",
          "message": "System error",
          "source": "CKI",
          "type": "Businesslogic"
        },
        {
          "code": "ERR.INVALID_INPUT",
          "message": "System error",
          "source": "PNR",
          "type": "Application"
        }
      ],
      "infant": true,
      "infoText": [
        "ESTA Request successful"
      ],
      "status": "FAILURE"
    }
  ],
  "flightInfo": {
    "airlineCode": "EK",
    "departureAirportCode": "DXB",
    "departureDate": "2026-04-12",
    "flightNumber": "393"
  },
  "govList": [
    {
      "action": "CANCEL",
      "countryCode": "BW",
      "editCode": "GOV",
      "errors": [
        {
          "code": "ERR.404",
          "message": "System error",
          "source": "CKI",
          "type": "Validation"
        },
        {
          "code": "ERR.101",
          "message": "Invalid credentials",
          "source": "ANCS",
          "type": "Businesslogic"
        },
        {
          "code": "ERR.101",
          "message": "Invalid credentials",
          "source": "PNR",
          "type": "Validation"
        },
        {
          "code": "ERR.500",
          "message": "System error",
          "source": "HOST",
          "type": "Validation"
        },
        {
          "code": "ERR.INVALID_INPUT",
          "message": "System error",
          "source": "CKI",
          "type": "Businesslogic"
        },
        {
          "code": "ERR.101",
          "message": "Invalid credentials",
          "source": "PNR",
          "type": "Validation"
        },
        {
          "code": "ERR.INVALID_INPUT",
          "message": "Invalid credentials",
          "source": "CKI",
          "type": "Validation"
        },
        {
          "code": "ERR.500",
          "message": "Address Update Failed",
          "source": "PNR",
          "type": "Application"
        },
        {
          "code": "ERR.404",
          "message": "Invalid credentials",
          "source": "HOST",
          "type": "Application"
        }
      ],
      "infant": false,
      "infoText": [
        "GOV Request successful"
      ],
      "status": "SUCCESS"
    },
    {
      "action": "OVERRIDE",
      "countryCode": "IT",
      "editCode": "GOVOK",
      "errors": [
        {
          "code": "ERR.404",
          "message": "Invalid credentials",
          "source": "PNR",
          "type": "Application"
        },
        {
          "code": "ERR.500",
          "message": "System error",
          "source": "ANCS",
          "type": "Businesslogic"
        },
        {
          "code": "ERR.404",
          "message": "Address Update Failed",
          "source": "PNR",
          "type": "Application"
        },
        {
          "code": "ERR.INVALID_INPUT",
          "message": "Address Update Failed",
          "source": "PNR",
          "type": "Businesslogic"
        },
        {
          "code": "ERR.INVALID_INPUT",
          "message": "Invalid credentials",
          "source": "CKI",
          "type": "Application"
        },
        {
          "code": "ERR.500",
          "message": "Invalid credentials",
          "source": "CKI",
          "type": "Validation"
        },
        {
          "code": "ERR.INVALID_INPUT",
          "message": "Address Update Failed",
          "source": "CKI",
          "type": "Businesslogic"
        },
        {
          "code": "ERR.500",
          "message": "Address Update Failed",
          "source": "PNR",
          "type": "Businesslogic"
        },
        {
          "code": "ERR.500",
          "message": "Address Update Failed",
          "source": "HOST",
          "type": "Validation"
        }
      ],
      "infant": false,
      "infoText": [
        "GOV Request successful"
      ],
      "status": "FAILURE"
    }
  ],
  "passenger": {
    "lastName": "Senger",
    "passengerId": "MVlch7L1XZ7M"
  },
  "status": "Complete",
  "systemTrackingId": "11a17072-294a-4a16-949c-05bfc857c9e9",
  "timatic": {
    "action": "OVERRIDE",
    "editCode": "TIMOK",
    "errors": [
      {
        "code": "ERR.INVALID_INPUT",
        "message": "Address Update Failed",
        "source": "CKI",
        "type": "Validation"
      },
      {
        "code": "ERR.404",
        "message": "Address Update Failed",
        "source": "CKI",
        "type": "Businesslogic"
      },
      {
        "code": "ERR.101",
        "message": "Address Update Failed",
        "source": "ANCS",
        "type": "Application"
      },
      {
        "code": "ERR.404",
        "message": "Invalid credentials",
        "source": "PNR",
        "type": "Businesslogic"
      },
      {
        "code": "ERR.500",
        "message": "Invalid credentials",
        "source": "HOST",
        "type": "Businesslogic"
      },
      {
        "code": "ERR.INVALID_INPUT",
        "message": "Invalid credentials",
        "source": "HOST",
        "type": "Application"
      },
      {
        "code": "ERR.404",
        "message": "Address Update Failed",
        "source": "PNR",
        "type": "Businesslogic"
      },
      {
        "code": "ERR.INVALID_INPUT",
        "message": "Address Update Failed",
        "source": "CKI",
        "type": "Application"
      },
      {
        "code": "ERR.INVALID_INPUT",
        "message": "Address Update Failed",
        "source": "HOST",
        "type": "Businesslogic"
      }
    ],
    "infoText": [
      "GOV Request successful"
    ],
    "status": "FAILURE"
  },
  "timeStamp": "2026-06-16T00:00:00.0Z",
  "visaRequirementList": [
    {
      "action": "OVERRIDE",
      "editCode": "VISA",
      "errors": [
        {
          "code": "ERR.INVALID_INPUT",
          "message": "Address Update Failed",
          "source": "CKI",
          "type": "Validation"
        },
        {
          "code": "ERR.INVALID_INPUT",
          "message": "Invalid credentials",
          "source": "CKI",
          "type": "Businesslogic"
        },
        {
          "code": "ERR.INVALID_INPUT",
          "message": "Invalid credentials",
          "source": "HOST",
          "type": "Businesslogic"
        },
        {
          "code": "ERR.500",
          "message": "System error",
          "source": "PNR",
          "type": "Validation"
        },
        {
          "code": "ERR.404",
          "message": "Invalid credentials",
          "source": "CKI",
          "type": "Businesslogic"
        },
        {
          "code": "ERR.404",
          "message": "Address Update Failed",
          "source": "HOST",
          "type": "Businesslogic"
        },
        {
          "code": "ERR.500",
          "message": "Address Update Failed",
          "source": "ANCS",
          "type": "Validation"
        },
        {
          "code": "ERR.101",
          "message": "System error",
          "source": "CKI",
          "type": "Businesslogic"
        },
        {
          "code": "ERR.INVALID_INPUT",
          "message": "System error",
          "source": "ANCS",
          "type": "Businesslogic"
        }
      ],
      "infant": false,
      "infoText": [
        "GOV Request successful"
      ],
      "status": "SUCCESS"
    },
    {
      "action": "OVERRIDE",
      "editCode": "VISA",
      "errors": [
        {
          "code": "ERR.500",
          "message": "Address Update Failed",
          "source": "HOST",
          "type": "Validation"
        },
        {
          "code": "ERR.INVALID_INPUT",
          "message": "Invalid credentials",
          "source": "CKI",
          "type": "Businesslogic"
        },
        {
          "code": "ERR.101",
          "message": "Address Update Failed",
          "source": "CKI",
          "type": "Businesslogic"
        },
        {
          "code": "ERR.101",
          "message": "System error",
          "source": "ANCS",
          "type": "Application"
        },
        {
          "code": "ERR.500",
          "message": "System error",
          "source": "CKI",
          "type": "Application"
        },
        {
          "code": "ERR.404",
          "message": "Address Update Failed",
          "source": "HOST",
          "type": "Validation"
        },
        {
          "code": "ERR.INVALID_INPUT",
          "message": "System error",
          "source": "HOST",
          "type": "Application"
        },
        {
          "code": "ERR.101",
          "message": "Address Update Failed",
          "source": "CKI",
          "type": "Businesslogic"
        },
        {
          "code": "ERR.500",
          "message": "Invalid credentials",
          "source": "HOST",
          "type": "Application"
        }
      ],
      "infant": false,
      "infoText": [
        "GOV Request successful"
      ],
      "status": "FAILURE"
    }
  ],
  "warnings": [
    {
      "code": "WARN.001",
      "element": "PassengerList",
      "message": "Request has missing mandatory Fields",
      "source": "CKI",
      "type": "Validation"
    },
    {
      "code": "WARN.001",
      "element": "PassengerList",
      "message": "Request has missing mandatory Fields",
      "source": "ANCS",
      "type": "Validation"
    },
    {
      "code": "WARN.001",
      "element": "CountsPerCabinList",
      "message": "Request has missing mandatory Fields",
      "source": "PNR",
      "type": "Validation"
    }
  ]
}
{
  "errorCode": "ERR.MISSING_CREDENTIALS",
  "message": "Unauthorized access",
  "status": "NotProcessed",
  "systemTrackingId": "024cc143-efc1-4c21-89a7-f6f967d2c164",
  "timeStamp": "2026-06-16T00:00:00.0Z",
  "type": "Transport"
}
{
  "diagnostics": {},
  "errorCode": "ERR.GENERAL",
  "message": "Authentication data is missing",
  "status": "Incomplete",
  "timeStamp": "2026-06-16T00:00:00.0Z",
  "type": "Validation"
}
sabretravelcheck-inaviationboarding