List reviews
GET/review
Returns a paginated list of reviews for the store. Also publicly accessible for storefronts: unauthenticated (customer) requests only receive published reviews (isReviewed: true) with a reduced projection (rating, reviewer, review, image). Authenticated vendor requests receive the full review documents with products populated as { id, title }.
Request
Responses
- 200
- 400
- 401
- 429
Paginated list of reviews.
Validation error
Unauthorized - Invalid or missing API key
Rate limit exceeded
Response Headers
Retry-After