Each video becomes a bucket object carrying its description, likes, views, shares, and comment count.
Overview
Mixpeek calls the official TikTok Content API as the authorized account. It syncs that account’s videos, not arbitrary public ones.Prerequisites
- A TikTok Developer account with an approved app.
- The
user.info.basicandvideo.listscopes granted during authorization. - An OAuth authorization completed for the account you want to sync.
Configuration
Connection-level fields
Sync-level fields
Setup
1
Create and approve a TikTok app
- Open the TikTok Developer Portal.
- Create an app and request Login Kit plus Content Posting API access.
- Copy the Client Key and Client Secret.
- Add
user.info.basicandvideo.listto the app’s scopes.
2
Authorize the account
Run the TikTok Login Kit OAuth flow. The callback returns an access token, a refresh token, and the account’s
open_id.3
Create the storage connection
4
Create the sync
cURL
Related
The same account-scoped pattern on Instagram.
Social media overview
How social connectors map to buckets.

