Skip to main content
These public endpoints return reviews at the store level. For product-specific reviews, see Product Reviews.

GET /reviews/recent

Get recent high-rated reviews (4+ stars). Useful for homepage testimonial sections.

Authentication

None required.

Query Parameters

Example Request

Response

Success (200)

When type=store, only order-level reviews (not associated with a specific product) are returned. When type=product, only product-specific reviews are returned.

GET /reviews

List all published reviews with filtering, sorting, and pagination.

Authentication

None required.

Query Parameters

Example Request

Response

Success (200)


GET /reviews/stats

Get aggregate review statistics for the store.

Authentication

None required.

Query Parameters

Example Request

Response

Success (200)

Use the rating_distribution to render star distribution bars on your storefront. The keys represent star counts (1-5) and the values represent the number of reviews with that rating.