REST API
TikTok
How to track TikTok accounts via the REST API
Step-by-step guide for tracking TikTok accounts via the REST API.
Track via the API — TikTok
export INFLUTICS_API_KEY=sk_live_...- 1
Get your API key
Sign in to your Influtics dashboard, navigate to Settings → API keys, and create a new key. Copy it to your environment.
export INFLUTICS_API_KEY=sk_live_...bash - 2
Track a TikTok creator
POST the creator username to the /creators endpoint. Influtics will start tracking all videos from this account.
curl -X POST https://api.influtics.com/v1/creators \ -H "Authorization: Bearer $INFLUTICS_API_KEY" \ -H "Content-Type: application/json" \ -d '{"platform": "tiktok", "username": "user"}'bash - 3
List tracked creators
GET /creators to see all creators you are tracking and their engagement metrics.
curl https://api.influtics.com/v1/creators \ -H "Authorization: Bearer $INFLUTICS_API_KEY"bash
Ready to Automate Your Social Media Analytics?
Join thousands of creators who trust our platform for real-time metrics tracking
100K+
Videos Tracked
50M+
Data Points Analyzed
99.9%
Uptime