TikTok User Published Posts API

v1.0.0

Call GET /api/tiktok/get-user-post/v1 for TikTok User Published Posts through JustOneAPI with secUid.

0· 31· 1 versions· 0 current· 0 all-time· Updated 6h ago· MIT-0

Install

openclaw skills install 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

  • Platform key: tiktok
  • Endpoint key: get-user-post
  • Platform family: TikTok
  • Skill slug: justoneapi-tiktok-get-user-post
OperationVersionMethodPathOpenAPI summary
getUserPostV1v1GET/api/tiktok/get-user-post/v1User Published Posts

Inputs

ParameterInRequired byOptional byTypeNotes
cursorqueryn/aallstringPagination cursor. Use '0' for the first page, then use the 'cursor' value returned in the previous response
secUidqueryalln/astringThe unique security ID of the TikTok user (e.g., MS4wLjABAAAAonP2...)
sortqueryn/aallstringSorting criteria for the user's posts. Available Values: - _0: Default (Mixed) - _1: Highest Liked - _2: Latest Published
sort enumvaluesn/an/an/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":"<secUid>"}'

Ask for any missing required parameter before calling the helper. Keep user-provided IDs, cursors, keywords, and filters unchanged.

Environment

  • Required: JUST_ONE_API_TOKEN
  • Pass the token with --token "$JUST_ONE_API_TOKEN"; do not paste token values into chat messages, screenshots, or logs.
  • Get a token from Just One API Dashboard.
  • Authentication details: Just One API Usage Guide.

Output Focus

  • State the operation ID and endpoint path used, for example getUserPostV1 on /api/tiktok/get-user-post/v1.
  • Echo the required lookup scope (secUid) before summarizing results.
  • Prioritize fields that support this endpoint purpose: 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.
  • Return raw JSON only after the short, endpoint-specific summary.
  • If the backend errors, include the backend payload and the exact operation ID.

Version tags

latestvk97aqeey5zp0rz506y83yrqj8s85venz

Runtime requirements

Binsnode
EnvJUST_ONE_API_TOKEN
Primary envJUST_ONE_API_TOKEN