Channels

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.

GET/channels/{id}/creator-policy

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.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Query Parameters

organization?string

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}