Get Hotel Chain Info Virtual Sandbox

Retrieve hotel marketer names and chain codes for travel industry applications.

The Get Hotel Chain Info API provides a standardized way to look up hotel chain details. Developers can use this service to map chain codes to marketer names, ensuring accurate data representation in hotel booking and search workflows.

Use this hosted sandbox to simulate Get Hotel Chain Info 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 reference-data mapping, validate chain code lookups, handle invalid-code scenarios, and test fallback logic for hotel metadata integration within travel booking systems.

Get Hotel Chain Info virtual sandbox is up and running!

Use this sandbox URL as the API base in your code to simulate Get Hotel Chain Info responses instantly.

https://sabre-hotel-chain-info.mock.beeceptor.com



General

Query Parameter NameExample
mode*et Lorem
{
  "GetHotelChainInfoRQ": {
    "version": "1.0.0"
  }
}
{
  "GetHotelChainInfoRS": {
    "ApplicationResults": {
      "Success": [
        {
          "timeStamp": "2026-06-08T09:45:10.999-05:00"
        }
      ]
    },
    "Marketers": {
      "Marketer": [
        {
          "Chains": {
            "Chain": [
              {
                "Code": "RADISSON",
                "Name": "Marriott International"
              }
            ]
          },
          "Code": "BESTWEST",
          "Name": "ACC-NIFOS"
        }
      ]
    }
  },
  "Links": [
    {
      "href": "http://api.platform.sabre.com/v1.0.0/shop/hotels/chain?limit=10",
      "rel": "details"
    },
    {
      "href": "http://api.platform.sabre.com/v1.0.0/shop/hotels/chain?limit=10",
      "rel": "prev"
    },
    {
      "href": "http://api.platform.sabre.com/v1.0.0/shop/hotels/chain?mode=marketer",
      "rel": "next"
    },
    {
      "href": "http://api.platform.sabre.com/v1.0.0/shop/hotels/chain?offset=10",
      "rel": "canonical"
    }
  ]
}
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
sabretravelhotelsreference-datarest