Returns paginated reviews received by a user, ordered newest-first. Public endpoint — no authentication required. Used to populate a user’s public profile.
Cursor-based pagination via before (ISO 8601 timestamp of the oldest item in the
previous page). Pass the created_at of the last item returned to fetch the next page.
JWT access token obtained from /auth-verify (login context) or /auth-signup. Set the bearer_token environment variable in your API client to apply it globally.
UUID of the user whose received reviews to fetch.
Number of reviews to return (1–100, default 20).
1 <= x <= 100ISO 8601 datetime — return reviews older than this (cursor pagination).