v8
latestOpenAPI 3.1.02026-08-033623795.0 MBReviews
Retrieve review
Retrieves the details of an existing review.
get/reviews/{id}
Path parameters
idstring required
Example:rev_xxxxxxxxxxxxxx
The unique identifier of the review to retrieve.
Response
A successful response
Example response
{
"attachments": [
{
"content_type": "image/jpeg",
"filename": "document.pdf",
"url": "https://media.whop.com/abc123/optimized.jpg"
}
],
"company": {
"id": "biz_xxxxxxxxxxxxxx",
"route": "pickaxe",
"title": "Pickaxe"
},
"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",
"product": {
"id": "prod_xxxxxxxxxxxxx",
"title": "Pickaxe Analytics"
},
"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"
}
}