
Get the authorized TikTok user's profile fields via GET /v2/user/info/ (requires user.info.basic or additional profile/stats scopes for extra fields). Only returns data the user authorized.
List the authorized user's public TikTok videos (video.list scope) via POST /v2/video/list/. Pagination uses cursor (Unix ms). max_count 1–20.
Query details for up to 20 video IDs that belong to the authorized user (video.list scope) via POST /v2/video/query/. Use to refresh metadata or TTL on cover URLs.
Connecting Tiktok will request the following permissions:
You can revoke access at any time from your account settings.