Request parameter |
Value |
Required or optional |
Default |
Endpoints |
Authentication required |
page |
string |
Optional |
1 |
reviews |
No |
page specifies the page number to return reviews for.
An example Reviews API call using page is:
https://api.feefo.com/api/version/reviews/all?merchant_identifier=example-retail-merchant&since_period=month,page=5
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.
- since_period = filter by this period. In this example, only reviews created during the past 30 days of this date / time will be passed to the feed.
- page = the page number to return reviews for. In this example it's page 5.
Full details about the API can be found at Reviews API (Customisable Integration).
Reviews API Parameter: page_sizeReviews API Parameter: fields