Authorization
Example:
Authorization | Bearer Paste-Your-Api-Key-HerePath Parameters
ID of the payment link / product whose rating statistics you want to retrieve.
Statistics count only
ACTIVE reviews. When the product has no active reviews, data is
returned as an empty object ({}).Response
Successful ResponseMain Structure (Root)
Status code returned by the API.
Status message that describes the API response.
Aggregated rating statistics for the product. Empty object when there are no active reviews.
data Structure (Object)
Total number of active reviews for the product.
Average rating across all active reviews, rounded to one decimal place.
Per-rating breakdown, one entry for each rating from 5 down to 1.
Rating value (1–5) this breakdown entry refers to.
Percentage of total reviews that gave this rating.
Number of reviews that gave this rating.
