get
https://api-v2.pandavideo.com.br/video-review//comments
Returns all comments for a video with pagination and filter support.
Authentication
This endpoint requires authentication via API Key in the Authorization header.
Authorization: <your-api-key>
Action Parameter
This endpoint uses the query parameter action=comment to identify the operation.
GET /video-review/{video_id}?action=comment
Behavior
- Returns main comments with their nested replies in the
repliesfield - Supports pagination via
pageandlimit - Allows filtering by
status(open/resolved) - Includes user information (avatar, user_id) when available
