get https://api.feefo.com/api/20/reviews/summary/
Introduction
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 are listed.
There are four possible modes for this endpoint:
https://api.feefo.com/api/20/reviews/summary/all | Creates a summary for both your service and product reviews. Authentication is not required. |
https://api.feefo.com/api/20/reviews/summary/service | Creates a summary of your service reviews. Authentication is not required. |
https://api.feefo.com/api/20/reviews/summary/product | Creates a summary of your product reviews. Authentication is not required. |
https://api.feefo.com/api/20/reviews/summary/nps | Creates a summary of your NPS feedback. Authentication is required. See API Authentication for more details. |