Skip to main content
GET
Skill Reviews
Get user reviews for a skill, or submit your own rating.

Authentication

Requires a Bearer token. See Authentication.

Path Parameters

string
required
The skill UUID.

List Reviews (GET)

Returns an array of review objects with rating (1–5), body, authorUserId, and createdAt.

Submit a Review (POST)

integer
required
Rating from 1 to 5.
string
Review text (max 2,000 characters).

Endpoint

GET /api/v1/skills/{id}/reviews Requires authentication via Bearer token. See Authentication.