A reviewable is anything that reviews can be requested for, it is often a product or service that an organisation provides but could be a group or series of products. Reviews are aggregated for a group of reviewables and a number of organisations. If the organisation making the request has international aggregation turned on, reviews will be returned for all locales, otherwise reviews will only be returned for the organisation’s locale.

Response Attributes

AttributeDescription
nameidentifier for the organisation
has_reviewsflag for presence of reviews for organisation and reviewable
has_imageflag for presence of image url for organisation and reviewable
image_url
finder_optionsparameters used to find the reviewable object
reviews_pathpath to reviews
organisation_urllink to this reviewable on the organisations's website
organisation_url_with_reviewslink to open reviews in a lightbox on the organisation’s website
curl --request GET \
  --url 'https://api.reevoocloud.com/v4/organisations/D10/reviewable?locale=en-GB&sku=NIKCP1' \
  --header 'authorization: Basic VGVzdF9rZXlfMDAwOlRlc3Rfc2VjcmV0XzAwMA=='
Language
Authentication
Basic
base64
:
Click Try It! to start a request and see the response here!