Retrieve a review
Retrieves a specific Review, using its unique ID.
Headers
Your API key, which can be found on the Whop Business Dashboard. You must prepend your key with the word 'Bearer', which will look like Bearer ***************************
Path Parameters
The ID of the Review, which will look like rev_*************
Query Parameters
Whether or not to expand the User or Product on the returned Review(s). Pass an array with each object(s) you want to expand, e.g. [product, user]
product
, user
Response
Review model
The ID of the Review, which will look like rev_*************
The User that made this Review. By default this will just be the ID of the User, but you can expand it to get more information about the User by passing [user]
in the expand
parameter.
The Product attached to this Review. By default this will just be the ID of the Product, but you can expand it to get more information about the Product by passing [product]
in the expand
parameter.
The number of starts the user gave your Product
The title of this Review
The body or written description of this review
The time at which the Review was created. Measured in seconds since the Unix epoch.
Access Pass has been deprecated for Product. Please use product instead and do not use access_pass.
Was this page helpful?