cURL
curl --request GET \ --url https://api.zilodata.com/api/v1/tiktok/trending/hashtags \ --header 'Authorization: Bearer <token>'
{ "hashtags": [ { "name": "dance", "viewCount": 1000000000 } ] }
Retrieve currently trending hashtags on TikTok
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response
Show child attributes
"dance"
1000000000
Was this page helpful?