get https://api.reevoocloud.com/v4/organisations//reviewables
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
Attribute | Description |
---|---|
summary | |
pagination | |
total_entries | |
total_pages | |
current_page | |
per_page | |
previous_page | |
next_page | |
reviewables | array of reviewables objects |
curl --request GET \
--url 'https://api.reevoocloud.com/v4/organisations/D10/reviewables' \
--header 'authorization: Basic VGVzdF9rZXlfMDAwOlRlc3Rfc2VjcmV0XzAwMA=='