channels_creator_policy
What THIS creator's account currently allows on a channel, read live from the provider: the privacy levels they may post as, the interactions their account has LOCKED off, and their own maximum clip length.
What THIS creator’s account currently allows on a channel, read live from the provider: the privacy levels they may post as, the interactions their account has LOCKED off, and their own maximum clip length. Returns null for providers whose rules are platform constants — read those off capabilities instead. Call it before composing for TikTok: privacy_level has no default and a value outside privacy_options is refused, and an interaction in locked_interactions cannot be re-enabled for one post. These are account settings that change without us, so read rather than remember.
Input
| Field | Type | Required | Description |
|---|---|---|---|
organization | string | no | Organization slug to act in (see organizations_list). Optional: API keys are bound to one organization; OAuth connections default to your active organization. |
channel_id | string | yes | Channel id from channels_list |
Result
JSON on success. A refusal comes back as an error prefixed with its code (NOT_FOUND, FORBIDDEN, TOO_MANY_REQUESTS, …) and a message written to be acted on — read it before retrying.
The same operation elsewhere
This tool and the REST operation channelsCreatorPolicy and the CLI command inklate channels creator-policy run the same guarded procedure the dashboard uses — same permissions, same validation, same tenant isolation.