List Reviews

Display a paginated list of reviews belonging to the authenticated user's company.

The reviews are ordered by their creation date in descending order, meaning the most recently created reviews will appear first.

The pagination can be controlled using the page query parameter, which must be an integer greater than or equal to 1.

If the page parameter is not provided, the first page of results will be returned by default.

Query Params
integer
≥ 1

The page parameter is used for pagination. It is optional and must be an integer greater than or equal to 1. If not provided, the first page will be returned.

integer
1 to 50

The per_page parameter is used to specify the number of results to return per page. It is optional and must be an integer between 1 and 50. If not provided, the default value of 15 will be used.

string

Expand related resources.

Responses

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json