Use this endpoint to return the score breakdown for the specified depots together with the overall number of reviews and score.
- Please note that the ratings score is based on all traveller traffic across Booking.com/cars, and may not necessarily reflect the experience of your own customers.
- If you choose to display or use these ratings, you are responsible for ensuring that your travellers are properly informed about what these scores represent.
Security
BearerAuth
- Production environmenthttps://demandapi.booking.com/3.1/cars/depots/reviews/scores
- Sandbox environmenthttps://demandapi-sandbox.booking.com/3.1/cars/depots/reviews/scores
curl -i -X POST \
https://demandapi.booking.com/3.1/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 } }