Skills API
Skill Reviews
Get and submit user reviews for a marketplace skill.
GET
Skill Reviews
Get user reviews for a skill, or submit your own rating.
Returns an array of review objects with
Authentication
Requires a Bearer token. See Authentication.Path Parameters
The skill UUID.
List Reviews (GET)
rating (1–5), body, authorUserId, and createdAt.
Submit a Review (POST)
Rating from 1 to 5.
Review text (max 2,000 characters).
Endpoint
GET /api/v1/skills/{id}/reviews
Requires authentication via Bearer token. See Authentication.Skill Reviews
