cURL
curl --request GET \ --url https://api.liteapi.travel/v3.0/data/chains \ --header 'X-API-Key: <api-key>'
{ "data": [ { "id": 123, "name": "<string>" } ] }
Get all available hotel chains (e.g., Marriott, Hilton, IHG). Use chain IDs to filter hotel searches by brand.
No parameters required. Returns all hotel chains with IDs. Use chain IDs in hotel search filters.
OK
An array containing objects for each hotel chain.
Show child attributes
Was this page helpful?