cURL
curl --request GET \ --url https://{subdomain}.easyflows.io/api/v1/app/reviews/summary
{ "data": { "average": 123, "total": 123, "distribution": { "1": 123, "2": 123, "3": 123, "4": 123, "5": 123 } } }
The reference of the product for which to get the review summary.
Success
The main data returned by the API endpoint.
Show child attributes