Skip to content

TikTok Challenge Info

Request

Returns TikTok challenge info based on challenge id

Security
accessToken
Query
urlstringrequired

TikTok challengeId or challenge hashtag

Example:url=funny
GET
/raw/tiktok/challenge-info
curl -i -X GET \
  'https://api.modash.io/v1/raw/tiktok/challenge-info?url=funny' \
  -H 'Authorization: Bearer <YOUR_token_HERE>'

Responses

Bodyapplication/json
challengeobjectrequired
successbooleanrequired
Response
{ "challenge": { "challengeInfo": {} }, "success": true }