Channels
List publishable channels + health
GET
/channelsAuthorization
bearerAuth AuthorizationBearer <token>
In: header
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"[ { "property1": null, "property2": null }]{ "error": { "code": "string", "message": "string", "reason": "string", "index": 0, "request_id": "string" }}{ "error": { "code": "string", "message": "string", "reason": "string", "index": 0, "request_id": "string" }}List organizations you can act in GET
Previous Page
The creator's live publishing policy for a channel (TikTok) GET
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.