API ReferenceChannels
Get a TikTok channel's creator info
Returns the posting constraints of a connected TikTok account: allowed privacy levels, whether comments/Duet/Stitch are available, and the maximum video duration. Check this before creating posts with POST /v1/posts/tiktok.
Authorization
api-key AuthorizationBearer <token>
Workspace API key (nim_live_...)
In: header
Path Parameters
id*string
Channel id (must be TIKTOK_BUSINESS or TIKTOK_PERSONAL)
Response Body
application/json
curl -X GET "https://example.com/v1/channels/string/tiktok/creator-info"{ "nickname": "nimply.io", "avatarUrl": {}, "privacyLevelOptions": [ "PUBLIC_TO_EVERYONE", "MUTUAL_FOLLOW_FRIENDS", "SELF_ONLY" ], "commentDisabled": true, "duetDisabled": true, "stitchDisabled": true, "maxVideoDurationSec": 600}Empty
Empty