List reviews
Returns a paginated list of customer reviews for a specific product, with optional filtering by star rating and creation date.
Query parameters
Returns the elements in the list that come after the specified cursor.
Returns the elements in the list that come before the specified cursor.
Returns the first n elements from the list.
Returns the last n elements from the list.
The unique identifier of the product to list reviews for.
The minimum star rating to include in results, from 1 to 5 inclusive.
The maximum star rating to include in results, from 1 to 5 inclusive.
Only return reviews created before this timestamp.
Only return reviews created after this timestamp.
Response
A successful response
Example response
{
"data": [
{
"attachments": [
{
"content_type": "image/jpeg",
"filename": "document.pdf",
"url": "https://media.whop.com/abc123/optimized.jpg"
}
],
"created_at": "2023-12-01T05:00:00.401Z",
"description": "Great product, really helped me grow my audience.",
"id": "rev_xxxxxxxxxxxxxx",
"joined_at": "2023-12-01T05:00:00.401Z",
"published_at": "2023-12-01T05:00:00.401Z",
"stars": 42,
"title": "Amazing community and tools",
"updated_at": "2023-12-01T05:00:00.401Z",
"user": {
"id": "user_xxxxxxxxxxxxx",
"name": "John Doe",
"username": "johndoe42"
}
}
]
}Changes
No changes recorded. 1 of the 74 revisions has no diff computed, so it could not be searched.