Skip to main content
POST
/booking/hotels/reviews

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
hotel
string
required
Minimum string length: 3
count
integer
required
Required range: x >= 1
timeout
integer
default:300
Required range: 20 <= x <= 1500
sort
enum<string>
default:most_relevant
Available options:
most_relevant,
newest_first,
oldest_first,
highest_scores,
lowest_scores
text
string | null
reviewer_type
enum<string> | null
Available options:
families,
couples,
groups_of_friends,
solo_travellers,
business_travellers
score_bucket
enum<string> | null
Available options:
wonderful_9_plus,
good_7_to_9,
fair_5_to_7,
poor_3_to_5,
very_poor_1_to_3
season
enum<string> | null
Available options:
march_to_may,
june_to_august,
september_to_november,
december_to_february
review_languages
string[]
topic_ids
integer[]
language
enum<string>
default:en-us
Available options:
ar,
bg,
ca,
cs,
da,
de,
el,
en-gb,
en-us,
es,
es-ar,
es-mx,
et,
fi,
fr,
he,
hi,
hr,
hu,
id,
is,
it,
ja,
ko,
lt,
lv,
ms,
nl,
no,
pl,
pt-br,
pt-pt,
ro,
ru,
sk,
sl,
sr,
sv,
th,
tl,
tr,
uk,
vi,
zh-cn,
zh-tw

Response

Successful Response

id
string
required
hotel_id
integer
required
@type
string
default:BookingHotelReview
score
number | null
review_title
string | null
positive_text
string | null
negative_text
string | null
language
string | null
created_at
integer | null
helpful_vote_count
integer | null
author_name
string | null
author_country
string | null
author_country_code
string | null
author_type
string | null
author_image
string | null
author_review_count
integer | null
author_joined_at
integer | null
traveller_type
string | null
room_id
integer | null
room_name
string | null
checkin_date
string | null
checkout_date
string | null
night_count
integer | null
stay_status
string | null
partner_reply
string | null
photos
string[]