Skip to main content
GET
/
api
/
v1
/
app
/
reviews
/
summary
Get summary
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
    }
  }
}

Query Parameters

product_ref
string

The reference of the product for which to get the review summary.

Response

Success

data
object
required

The main data returned by the API endpoint.