Request parameter |
Value |
Required or optional |
Default |
Endpoints |
Authentication required |
children |
enum |
Optional |
include |
summary, reviews |
No |
children specifies whether the JSON feed includes reviews from any child accounts of the merchant specified by the parameter merchant_identifier.
Possible values are:
- include
Feedback from child accounts will be included. - exclude
Feedback from child accounts will not be included.
https://api.feefo.com/api/version/reviews/all?merchant_identifier=example-retail-merchant&children=exclude
Where:
- version = the version of the API associated with the URL. See API Versions for the version number.
- all = returns both service and product reviews.
- merchant_identifier = the merchant's unique Feefo identifier, which in this example is example-retail-merchant.
- children = determines if child account feedback will be included. In this example, if example_retail_merchant is a Feefo parent account with 10 child accounts, only the feedback from example_retail_merchant will be passed to the feed.
Full details about the API can be found at Reviews API (Customisable Integration).
Reviews API Parameter: ratingReviews API Parameter: media