Returns TikTok comments list based on media id
Security
accessToken
GET
curl -i -X GET \
'https://api.modash.io/v1/raw/tiktok/comments?url=7364804047850884398&after=string' \
-H 'Authorization: Bearer <YOUR_token_HERE>'Response
- Array of objects
- null
{ "comments": { "comments": [ … ], "total": 0, "has_more": 0, "cursor": 0 }, "success": true }