v14

OpenAPI 3.1.02026-08-03122113375.9 KB
profile

List reviews

Retrieve paginated reviews for a public user profile.

Use this endpoint to show profile reputation and feedback history.

Query behavior:

  • Supports pagination and timestamp sorting.
get/profile/{identifier}/reviews

Path parameters

identifierstring required

User ID or username for the requested profile

User ID or username for the requested profile

Query parameters

pageinteger

Page number, defaults to 1

Page number, defaults to 1

sizeinteger

Results per page, defaults to 20

Results per page, defaults to 20

sort'createdAt'

Field to sort by

Field to sort by

direction'asc' | 'desc'

Sort direction

Sort direction

Response

User reviews

idstring required

Unique identifier for the review

ratinginteger required

Rating given in the review

contentstring

Optional textual feedback

revisionsinteger required

Number of times the review has been revised

createdAtstring nullable

Timestamp when the review was created