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

code0 | 100 | 101 | 202 | 300 | 301 | 302 | 303 | 400 | 404 | 500 | 503 | 600 | 601 | 602 required
messagestring nullable required
{"stackTrail":"paths:/api/tiktok/get-user-post/v1:get:responses:200:content:application/json:schema:properties:data","oasType":"schema","type":"unknown"}
recordTimestring nullable required
requestIdstring

Changes