TikTok User Published Posts API
by @justoneapi
Call GET /api/tiktok/get-user-post/v1 for TikTok User Published Posts through JustOneAPI with secUid.
clawhub install justoneapi-tiktok-get-user-postπ About This Skill
name: TikTok User Published Posts API description: Call GET /api/tiktok/get-user-post/v1 for TikTok User Published Posts through JustOneAPI with secUid. author: JustOneAPI homepage: https://api.justoneapi.com metadata: {"openclaw":{"homepage":"https://api.justoneapi.com","primaryEnv":"JUST_ONE_API_TOKEN","requires":{"bins":["node"],"env":["JUST_ONE_API_TOKEN"]},"skillKey":"justoneapi_tiktok_get_user_post"}}
TikTok User Published Posts
Use this focused JustOneAPI skill for user Published Posts in TikTok. It targets GET /api/tiktok/get-user-post/v1. Required non-token inputs are secUid. OpenAPI describes it as: Get TikTok user Published Posts data, including video ID, description, and publish time, for user activity analysis and posting frequency tracking, influencer performance evaluation, and content trend monitoring for specific creators.
Endpoint Scope
tiktokget-user-postjustoneapi-tiktok-get-user-post| Operation | Version | Method | Path | OpenAPI summary |
| --- | --- | --- | --- | --- |
| getUserPostV1 | v1 | GET | /api/tiktok/get-user-post/v1 | User Published Posts |
Inputs
| Parameter | In | Required by | Optional by | Type | Notes |
| --- | --- | --- | --- | --- | --- |
| cursor | query | n/a | all | string | Pagination cursor. Use '0' for the first page, then use the 'cursor' value returned in the previous response |
| secUid | query | all | n/a | string | The unique security ID of the TikTok user (e.g., MS4wLjABAAAAonP2...) |
| sort | query | n/a | all | string | Sorting criteria for the user's posts. Available Values: - _0: Default (Mixed) - _1: Highest Liked - _2: Latest Published |
| sort enum | values | n/a | n/a | n/a | _0, _1, _2 |
Request body: none documented; send parameters through path or query arguments.
Version Choice
Use getUserPostV1 for the documented v1 endpoint. There are no alternate versions grouped in this skill.
Run This Endpoint
Supported operation IDs in this skill: getUserPostV1.
node {baseDir}/bin/run.mjs --operation "getUserPostV1" --token "$JUST_ONE_API_TOKEN" --params-json '{"secUid":""}'
Ask for any missing required parameter before calling the helper. Keep user-provided IDs, cursors, keywords, and filters unchanged.
Environment
JUST_ONE_API_TOKEN--token "$JUST_ONE_API_TOKEN"; do not paste token values into chat messages, screenshots, or logs.Output Focus
getUserPostV1 on /api/tiktok/get-user-post/v1.secUid) before summarizing results.