Get TikTok creator info
Returns the TikTok creator_info payload for one connected TikTok account. Use it to populate privacy options, interaction toggles, and upload-length validation before publish.
Authorization
AuthorizationBearer <token>In header
Workspace API key.
Path Params
account_idstring
Connected TikTok account ID such as sa_tiktok_123.
Response Body
200
creator_avatar_urlstring
Avatar URL returned by TikTok.
creator_usernamestring
TikTok username.
creator_nicknamestring
TikTok display name.
privacy_level_optionsstring[]
Allowed publish privacy settings for the account.
comment_disabledboolean
Whether the creator disabled comments in TikTok settings.
duet_disabledboolean
Whether duet is disabled.
stitch_disabledboolean
Whether stitch is disabled.
max_video_post_duration_secnumber
Maximum video length TikTok currently allows for this account.
401
error.codestring
Usually "UNAUTHORIZED".
error.normalized_codestring
Lowercase alias such as "unauthorized".
error.messagestring
Returned when the API key is missing, invalid, or otherwise rejected.
request_idstring
Request identifier for debugging and support.
404
error.codestring
Usually "NOT_FOUND".
error.normalized_codestring
Lowercase alias such as "not_found".
error.messagestring
Returned when the account does not exist or is outside the current workspace.
request_idstring
Request identifier for debugging and support.
409
error.codestring
Either "WRONG_PLATFORM" or "NEEDS_RECONNECT".
error.normalized_codestring
Lowercase alias such as "wrong_platform" or "needs_reconnect".
error.messagestring
Returned when the account is not TikTok, or when the TikTok token has expired and the account must be reconnected.
request_idstring
Request identifier for debugging and support.
500
error.codestring
Usually "TIKTOK_ERROR".
error.normalized_codestring
Lowercase alias such as "tiktok_error".
error.messagestring
Returned when TikTok fails upstream for a non-auth reason that the caller cannot fix directly.
request_idstring
Request identifier for debugging and support.
502
error.codestring
Usually "TIKTOK_ERROR".
error.normalized_codestring
Lowercase alias such as "tiktok_error".
error.messagestring
Returned when TikTok fails upstream for a non-auth reason that the caller cannot fix directly.
request_idstring
Request identifier for debugging and support.