Skip to main content

Marketing Hotel Collections Endpoint

Fetches curated hotel collections for marketing and discovery sections.

  • Endpoint: /api/v1/tourmind/hotel-collections
  • Method: GET

Headers

HeaderValueRequiredDescription
Partner-Access-TokenBase64 StringYesYour encrypted AES-256 time-sensitive token.
X-CurrencyCurrency CodeYesRequested currency code, e.g. THB or MMK.
Acceptapplication/jsonYes

Query Parameters

ParameterTypeRequiredDescription
collectionStringOptionalCollection name. Supported examples: Top Luxury 5-star Hotels, Top Rating Hotels, Budget-friendly Properties Worldwide.
limitIntegerOptionalMaximum number of hotels to return.

Sample Response

{
"result": 1,
"message": "success",
"data": [
{
"collection": "Top Rating Hotels",
"hotels": [
{
"hotel_code": 18949601,
"hotel_name": "Novotel Bangkok Future Park Rangsit",
"slug": "novotel-bangkok-future-park-rangsit-18949601",
"collection": "Top Rating Hotels",
"country_code": "TH",
"country_name": "Thailand",
"city": "Bangkok (and vicinity)",
"star_rating": null,
"address": "PAHOLYOTHIN ROAD, PRACHATHIPAT",
"latitude": 14.03738,
"longitude": 100.6687,
"main_image": null,
"background_image": null,
"price": 270000,
"currency": "MMK",
"original_price": 2000,
"original_currency": "THB"
}
]
}
]
}

Response Fields

FieldTypeDescription
collectionStringCollection name.
hotelsArrayHotels in the collection.
priceNumberDisplay price in requested currency.
currencyStringRequested/display currency.
original_priceNumberOriginal base price.
original_currencyStringOriginal base currency.