Skip to main content

Search Hotel Price Endpoint

Fetches live prices for hotel codes returned by the hotel search endpoint.

  • Endpoint: /api/v1/tourmind/hotels/search/prices
  • Method: POST

Headers

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

Payload Parameters

ParameterTypeRequiredDescription
hotel_codesArrayYesProvider hotel codes.
check_inStringYesDate format YYYY-MM-DD.
check_outStringYesDate format YYYY-MM-DD.
adultsIntegerYesAdult quantity.
childrenIntegerOptionalChildren quantity.
children_agesArrayOptionalChild ages.
roomsIntegerYesRequested room quantity.

Sample Payload

{
"hotel_codes": [757293],
"check_in": "2026-06-27",
"check_out": "2026-06-28",
"adults": 2,
"children": 0,
"children_ages": [],
"rooms": 1
}

Sample Response

{
"result": 1,
"message": "success",
"data": {
"prices": {
"757293": {
"from_price": 302290.65,
"from_price_with_tax": 349089.75,
"tax_amount": 46799.1,
"currency": "MMK",
"meal_type": "1",
"refundable": true
}
},
"effective_rooms": 2,
"rooms_adjusted": true
}
}

Meal Codes

CodeDescription
1No breakfast
2Breakfast