Overview
The TikTok connector syncs your business account data into analytics-ready tables in your data warehouse. Pull videos, user info, comments, and insights from the TikTok Display API, with Ingest handling auth, pagination, and retries so the tables stay current. This covers the Display API (read profile/video data) — a separate Content Posting API exists for publishing.
What you can sync
Ingest syncs the following TikTok data into your data warehouse, each as its own table refreshed on your schedule:
- Videos
- User info
- Comments
- Insights
Authentication
OAuth 2.0 via TikTok Login Kit (Bearer)
Register an app in the TikTok developer portal, get it approved for the needed scopes, then have each user authorize it through Login Kit.
You enter credentials in a secure form, never in chat. Ingest stores and rotates them for you.
Resources
Don't see the endpoint you need? Tell us and we will add it.