Fetch TikTok creator info (available privacy levels, posting limits)
Returns TikTok creator details, available privacy levels, and default interaction settings. Use this before creating TikTok posts to ensure the privacy_level is valid for the account.
Authorization
Bearer AuthorizationBearer <token>
API key (rlay_live_* or rlay_test_). Invite redemption also accepts a server-derived rlay_session_ bearer for a current user session.
In: header
Path Parameters
id*string
Resource ID
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/v1/accounts/string/tiktok-creator-info"{ "comment_disabled": true, "creator_avatar_url": "string", "creator_nickname": "string", "creator_username": "string", "duet_disabled": true, "max_video_post_duration_sec": 0, "privacy_level_options": [ "string" ], "stitch_disabled": true}Found something wrong? Help us improve this page.