{ "opencollection": "1.0.0", "info": { "name": "TikTok Content Posting OAuth Research Comments API", "version": "v2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Research Comments", "type": "folder" }, "items": [ { "info": { "name": "List Video Comments", "type": "http" }, "http": { "method": "POST", "url": "https://open.tiktokapis.com/v2/research/video/comment/list/", "params": [ { "name": "fields", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Retrieves all comments on a specific TikTok video, including comment text, author information, create time, and like count." } ] } ], "bundled": true }