Lists the reviews for the given parameters.
Required parameters differs based on type of reviews you are querying:
-- for non automotive reviews SKU param is required.
-- for automotive reviews MANUFACTURER and MODEL params are required.

Reviews are aggregated, so the ones that have been collected for other organisations may be included. Only published reviews are included.

Region parameter options

The **region•• parameter can take a number of values that will restrict the returned reviews to the ones for the specified region only. Here are the possible values.

ValueDescription
my-localeReturn all reviews having same locale as locale parameter
my-countryReturn all reviews having same country code as locale parameter
my-languagesReturn all reviews having same language code as locale parameter

Response Attributes

AttributeDescription
summary
pagination
total_entriestotal number of reviews
total_pages
current_page
per_page
previous_page
next_page
regions
defaultdefault region selection
currentcurrent region selection
availablearray of regions from which is possible to select
reviewsarray of review objects (attributes described in review detail doc).
curl --request GET \
  --url 'https://api.reevoocloud.com/v4/organisations/D10/reviews?locale=en-CA&manufacturer=auto&model=cx-99' \
  --header 'authorization: Basic VGVzdF9rZXlfMDAwOlRlc3Rfc2VjcmV0XzAwMA=='
Language
Authentication
Basic
base64
:
Click Try It! to start a request and see the response here!