latestOpenAPI 3.1.02026-08-10390815.4 KB

e5f3dccae7ca

Accommodations

Accommodation review scores

This endpoint returns score distribution and score breakdown for the specified accommodations. The scores information can be filtered by reviewer parameters and languages.

post/accommodations/reviews/scores

Headers

X-Affiliate-Idinteger required

Include here your Affiliate identifier number

Request body

accommodationsinteger[] required
languagesstring[]

Limits reviews to those written in this language.

Example request

{
  "languages": [
    "en-us"
  ],
  "reviewer": {
    "countries": [
      "nl"
    ]
  }
}

Response

Successful response.

request_idstring

Uniquely identifies the request. Please provide this identifier when contacting support.