Likewise we'll now take a closer look at the available parameters and values for the Review API endpoint that retrieves detailed listing of reviews, for example individual ratings and the comments left by customers. 

https://api.feefo.com/api/version/reviews/

Note that in all examples on this page, version should be replaced with the appropriate version number of the API. The current version number for Reviews API can be found in API Versions.

There are four possible modes for this endpoint:


https://api.feefo.com/api/version/reviews/all

mode = all: Creates detailed content for both your service and product reviews. Authentication is not required.


https://api.feefo.com/api/version/reviews/service

mode = service: Creates detailed content for your service reviews. Authentication is not required.


https://api.feefo.com/api/version/reviews/product

mode = product: Creates detailed content for your product reviews. Authentication is not required.


https://api.feefo.com/api/version/reviews/nps

mode = nps: Creates detailed content for your NPS feedback. Authentication is required. See API Authentication for more details.


Now see Reviews API Detail for a full list of parameters