Get tags pending review.
GET/review/tags
Returns a paginated list of tags that have been submitted but not yet approved.
Use the PATCH /tags/{id} endpoint with reviewStatus: "Accepted" to approve a tag.
Request
Responses
- 200
- 401
- 403
Returns the list of pending tags.
Authentication required.
Insufficient permissions (Moderator required).