curl -X POST https://api.zocialmine.com/v1/tiktok/following \ -H "x-api-key: YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "url": "https://www.tiktok.com/@username", "minCursor": "0" }'
{ "status": "success", "data": { "following": [ { "id": "6943345678901234567", "uniqueId": "followed_user", "nickname": "Followed User", "avatarThumb": "https://p16-sign.tiktokcdn.com/...", "verified": true } ], "hasMore": true, "minCursor": "1700000000000", "total": 200 } }
Get the following list of a TikTok user
https://www.tiktok.com/@username
"0"
minCursor
us
th
jp
"success"
Show properties
true