Use this endpoint to retrieve review scores and score breakdowns for depots, including the overall review score and total number of reviews.
Security
BearerAuth
- https://demandapi.booking.com/3.2https://demandapi.booking.com/3.2/cars/depots/reviews/scores
- https://demandapi-sandbox.booking.com/3.2https://demandapi-sandbox.booking.com/3.2/cars/depots/reviews/scores
curl -i -X POST \
https://demandapi.booking.com/3.2/cars/depots/reviews/scores \
-H 'Authorization: Bearer <YOUR_string_HERE>' \
-H 'Content-Type: application/json' \
-H 'X-Affiliate-Id: 0' \
-d '{
"maximum_results": 10
}'Response
{ "request_id": "01fr9ez700exycb98w90w5r9sh", "data": [ { … } ], "metadata": { "next_page": null } }