List comments

Returns the list of video comments with pagination.

Authentication

ParameterTypeDescription
link_idpathReview link identifier
tokenqueryUser session token

The token is required to access comments. This same token can be used to edit or delete comments that were created with it. The token can be the same value as link_id or a unique identifier generated by the application.

Example: 550e8400-e29b-41d4-a716-446655440000

Behavior

  • Returns main comments with their nested replies
  • Supports pagination via page and limit
  • Allows filtering by status (open/resolved)
  • If the link has show_resolved: false, only open comments are returned

Response Structure

Comments are returned in hierarchical format, where each main comment contains a replies array with its responses.

Language
Click Try It! to start a request and see the response here!