Property Name Autocomplete Virtual Sandbox

Retrieve closely matching hotel properties based on text-based search queries.

The Property Name Autocomplete API provides a list of hotel properties that match a user's text input. It is designed to assist in building search interfaces where users need to quickly identify specific lodging options from the Sabre inventory.

Use this hosted sandbox to simulate Property Name Autocomplete 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 verify autocomplete behavior, response latency, partial-match logic, and UI rendering for hotel search inputs, ensuring your application handles various character inputs and property result sets gracefully.

Property Name Autocomplete virtual sandbox is up and running!

Use this sandbox URL as the API base in your code to simulate Property Name Autocomplete responses instantly.

https://sabre-property-autocomplete.mock.beeceptor.com



General

Query Parameter NameExample
query*ex nostrud
limit32000416
{
  "docs": [
    {
      "city": "Sao Paulo",
      "countryCode": "MX",
      "countryName": "Russia",
      "hotelCode": "800334600",
      "hotelName": "Hyatt Regency",
      "latitude": "35.676192",
      "longitude": "37.617298",
      "sabreHotelCode": "12234",
      "stateCode": "WA"
    },
    {
      "city": "Sydney",
      "countryCode": "FR",
      "countryName": "Brazil",
      "hotelCode": "700223500",
      "hotelName": "Sheraton Grand",
      "latitude": "40.712776",
      "longitude": "2.352222",
      "sabreHotelCode": "12234",
      "stateCode": "SC"
    },
    {
      "city": "Los Angeles",
      "countryCode": "US",
      "countryName": "United Kingdom",
      "hotelCode": "100445800",
      "hotelName": "Hilton Garden Inn",
      "latitude": "40.712776",
      "longitude": "-99.133209",
      "sabreHotelCode": "88765",
      "stateCode": "IL"
    },
    {
      "city": "Tokyo",
      "countryCode": "MX",
      "countryName": "United Kingdom",
      "hotelCode": "200055400",
      "hotelName": "Courtyard by Marriott",
      "latitude": "32.163575",
      "longitude": "-118.243683",
      "sabreHotelCode": "44321",
      "stateCode": "OR"
    }
  ],
  "response": {
    "numFound": 450,
    "start": 39
  },
  "responseHeader": {
    "QTime": 232,
    "status": 200
  }
}
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
sabretravelhotelsautocompleterest