Marketing API
Reviews

List All Reviews

This endpoint (GET) retrieves all your reviews. The response is paginated; therefore, you should use the 'page' parameter for navigating through the results in subsequent requests. On successful completion, it returns an array of Review Objects, the number of available results and the flags used for filtering.

Query Parameters

page * Fetch the results from a specific page. It defaults to 1.



per_page * The number of results to fetch per page. The maximum is 50 and if it defaults to 10.



from date-format Start date used for filtering.



to date-format End date used for filtering.



product_id If provided, it will return the reviews associated with the product.



customer_id If provided, it will return the reviews of the customer.



invoice_id If provided, it will return the reviews for this invoice.



order Determines in which order the results are returned. The available options are asc (ascending) and desc (descending). The default value is desc.