Get Reviews
List reviews for a supplier
GET /vendor/{vendorId}/reviews
Pull a list of reviews for all your connected sources in Cloutly.
The review list includes:
Reviews captured by Cloutly
Product reviews captured by Cloutly
Google, Facebook, etc. reviews (if connected)
Request
Response
Notes:
reviews are ordered by
createdAt: desc
, which means the latest review will always be at the beginning of the list.All fields a nullable so remember to unwrap fields if you are expecting a required value.
The
...
in the response body indicates that new fields may be added over time.We will consider changing field names or removing fields to be a breaking change and will publish a new version (V2 in this case).
If you have any questions regarding the REST API, feel free to chat us any time.
Last updated