Reviews
List Reviews
Returns a collection of reviews
GET
/
v5
/
me
/
reviews
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
An ID of a company to filter by, which will look like biz_*************
An ID of a product to filter by, which will look like prod_*************
The number of stars to filter by. Ex. 1, 2, 3, 4, or 5.
A status to filter by.
Available options:
pending
, published
, removed
The page number to retrieve
The number of resources to return per page. There is a limit of 50 results per page.
Was this page helpful?