An organisation will have a number of reviewables associated with it. Reviewables returned from this endpoint will all relate directly to products and services supplied by the organisation.

This endpoint can be used by an organisation when a list of comma separated SKUs is provided

You are also able to pass format=short attribute to receive a data in a short format.

Response Attributes

AttributeDescription
summary
pagination
total_entries
total_pages
current_page
per_page
previous_page
next_page
reviewablesarray of reviewables objects
curl --request GET \
 --url 'https://api.reevoocloud.com/v4/organisations/D10/reviewables' \
 --header 'authorization: Basic VGVzdF9rZXlfMDAwOlRlc3Rfc2VjcmV0XzAwMA=='
Language
Authentication
Basic
base64
:
Click Try It! to start a request and see the response here!