New APIs for retrieving comments
Webflow’s API now supports operations to retrieve comments on a site with these new endpoints:
-
List all comment threads - Get all comment threads for a site.
-
Get comment thread - Retrieve a specific comment thread by ID with full details.
-
List comment replies - Get all replies for a specific comment thread.
Comment replies aren’t included in the initial thread listing. To retrieve replies, first get the Comment Thread ID from the list endpoint, then use that ID with the replies endpoint.