Reviews (v2-compatible)
documentedRetrieve reviews for hotels.
GET /demand-api-v2-compatible/reviewsReviewsno 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/reviews?{{$query}}&page={{$page}}&limit={{$limit}}" \
-X GET \
-H "Authorization: Bearer {{BOOKING_API_KEY}}" \
-H "X-Affiliate-Id: {{AFFILIATE_ID}}" \
-H "Accept: application/json"