List all reviews
Returns a paginated list of product reviews. Supports filtering by product, customer, invoice, date range, verified-customer flag, and free-text search across review content and reviewer names.
Query Parameters
Page number for pagination.
Number of reviews per page.
Sort direction.
ascdescField to sort by.
created_atStart date filter (ISO 8601 string or Unix timestamp as string).
End date filter (ISO 8601 string or Unix timestamp as string).
Filter reviews by product UUID.
Filter reviews by customer UUID.
Filter reviews by invoice UUID.
Free-text search across review content and reviewer names.
When true, return only verified customer reviews; when false, exclude them.
Responses
Paginated list of reviews
Unique identifier of the review.
Object type identifier.
Name of the reviewer.
Locale of the review.
Main review content.
Star rating.
Unix timestamp of review creation.
Public URL of the attached image, or null.
URL to an external review document or image.
External URL related to the review.
Associated product summary.
Product UUID.
Product name.
Associated customer summary (when available).
Customer UUID.
Customer name.
Customer email address.
Whether this is a verified customer review.
Associated invoice summary (when available).
Invoice prefix.
Invoice number.
Unix timestamp of the purchase date.
Validation or business-logic error.
| Code | Description |
|---|---|
1002 | Filtered resource (product, customer, or invoice) not found |
Missing or invalid API key