Returns TikTok music feed by id. Up to 30 posts per page
Security
accessToken
GET
curl -i -X GET \
'https://api.modash.io/v1/raw/tiktok/music-feed?url=7362317730454308880&after=string' \
-H 'Authorization: Bearer <YOUR_token_HERE>'Response
- object
- null
{ "success": true, "music_feed": { "itemList": [ … ] }, "hasMore": true, "maxCursor": "string" }