The creator's live publishing policy for a channel (TikTok)
What THIS creator's account currently allows, read live from the provider: which privacy levels they may post as, which interactions their account has locked off, and their own maximum clip length. `null` for providers whose rules are platform constants — read those off `capabilities` instead. Values here are account settings and change without us, so read it before composing rather than caching it.
/channels/{id}/creator-policyWhat THIS creator's account currently allows, read live from the provider: which privacy levels they may post as, which interactions their account has locked off, and their own maximum clip length. null for providers whose rules are platform constants — read those off capabilities instead. Values here are account settings and change without us, so read it before composing rather than caching it.
Authorization
bearerAuth In: header
Path Parameters
Query Parameters
Organization slug (OAuth actors with several orgs); API keys imply theirs.
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/channels/string/creator-policy"{ "display_name": "string", "username": "string", "avatar_url": "string", "privacy_options": [ "string" ], "locked_interactions": [ "comment" ], "max_video_duration_sec": 0}{ "error": { "code": "string", "message": "string", "reason": "string", "index": 0, "request_id": "string" }}{ "error": { "code": "string", "message": "string", "reason": "string", "index": 0, "request_id": "string" }}