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

id
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)

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

Endpoint

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