get
https://api-v2.pandavideo.com.br/video-review/
Returns all review links created for a specific video.
Authentication
This endpoint requires authentication via API Key in the Authorization header.
Authorization: <your-api-key>
Important: The API Key must be sent directly, without the "Bearer" prefix.
Action Parameter
This endpoint uses the query parameter action=link to identify the operation.
GET /video-review/{video_id}?action=link
Behavior
- Returns a paginated list of review links
- Each link includes the public URL for sharing
- Allows filtering by status (active/expired)
