List reviews
Reviews
List reviews
List reviews authored by the authenticated user.
Use this endpoint for “my reviews” pages and moderation/self-audit screens.
Query behavior:
- Supports pagination and timestamp sorting.
- Works well for account settings pages and creator reputation management views.
Response behavior:
- Returns authored review records with source references.
- Expands each reviewed user into summary data (rating, score, sales/purchases, review counts).
- Lets clients render review cards without additional user lookup calls.
GET
List reviews
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Page number, defaults to 1
Required range:
x >= 1Results per page, defaults to 20
Required range:
1 <= x <= 50Field to sort by
Available options:
createdAt Sort direction
Available options:
asc, desc Response
200 - application/json
List of reviews
Unique identifier for the review
Rating given in the review
Number of times the review has been revised
Source associated with the review
User that the review is about
Optional textual feedback
Timestamp when the review was created