{ "opencollection": "1.0.0", "info": { "name": "TikTok Content Posting OAuth Research Social API", "version": "v2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Research Social", "type": "folder" }, "items": [ { "info": { "name": "List User Followers", "type": "http" }, "http": { "method": "POST", "url": "https://open.tiktokapis.com/v2/research/user/followers/", "params": [ { "name": "fields", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Retrieves the list of followers for a specified TikTok user." }, { "info": { "name": "List User Following", "type": "http" }, "http": { "method": "POST", "url": "https://open.tiktokapis.com/v2/research/user/following/", "params": [ { "name": "fields", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Retrieves the list of accounts that a specified TikTok user follows." } ] } ], "bundled": true }