Endpoint
Response
Returns an array of product review objects.Array of product review objects
Unique identifier for the review
ID of the product being reviewed
ID of the user who created the review
Rating given to the product (typically 1-5)
Text comment or review description
Timestamp when the review was created (ISO 8601 format)
Status Codes
Successfully retrieved list of product reviews
Example Request
Example Response
Notes
- This endpoint returns all reviews in the system without filtering
- For paginated results, use the pagination endpoint
- To get reviews for a specific product, use the product reviews endpoint
- Results are not ordered by default; use the ordered endpoint for chronological sorting