Here we'll take a closer look at the available parameters and values for the Review API endpoint that retrieves summary information such as counts and average scores (no detailed review content is included. The parameters for detailed content can be found further below:


https://api.feefo.com/api/20/reviews/summary/

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/20/reviews/summary/all


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

https://api.feefo.com/api/20/reviews/summary/service


mode = service: Creates a summary of your service reviews. Authentication is not required.
 

https://api.feefo.com/api/20/reviews/summary/product


mode = product: Creates a summary of your product reviews. Authentication is not required.

https://api.feefo.com/api/20/reviews/summary/nps

mode = nps: Creates a summary of your NPS feedback. Authentication is required. See API Authentication for more details.


Now see Reviews API Summary Detail for a full list of parameters