Review scores (Metasearch v2-compatible)
documentedRetrieve review scores.
GET /demand-api-v2-compatible/reviewScoresReviewsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://metasearch-connect-api.booking.com/demand-api-v2-compatible/reviewScores?reviewScoresInputDto=%7B%22hotel_ids%22%3A%5B{{$hotel_ids}}%5D%2C%22language%22%3A%22{{$language}}%22%2C%22reviewer_type%22%3A%22{{$reviewer_type}}%22%2C%22extras%22%3A%5B%22review_score_word%22%5D%7D" \
-X GET \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Accept: application/json"