Sign in

Reviews (v2-compatible)

documented

Retrieve reviews for hotels.

GET /demand-api-v2-compatible/reviewsReviewsno implementation yet0 runs
No 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"
Reviews (v2-compatible) · Booking.com · OpenIntegrations