Returns TikTok challenge info based on challenge id
Security
accessToken
GET
curl -i -X GET \
'https://api.modash.io/v1/raw/tiktok/challenge-info?url=funny' \
-H 'Authorization: Bearer <YOUR_token_HERE>'Response
{ "challenge": { "challengeInfo": { … } }, "success": true }