TikTok
User Published Posts
Retrieves posts published by a TikTok user identified by secUid, with cursor pagination and latest or popular sorting. Use it to browse a creator's posting history or continue through their public post feed.
get/api/tiktok/get-user-post/v1
Query parameters
tokenstring required
Security token for API access.
secUidstring required
The opaque security ID returned for the TikTok user.
cursorstring
Pagination cursor. Use '0' for the first page, then use the max_cursor value returned in the previous response.
sort'LATEST' | 'MOST_POPULAR'
TikTok user post sorting options
Sorting criteria for the user's posts.
Available Values:
- LATEST: Newest posts first (default)
- MOST_POPULAR: Most popular posts first
Response
OK