Hanzo
OpenapiContent

Lists the distribution channels the caller's org has connected — the social…

Lists the distribution channels the caller's org has connected — the social integrations a publish can target.

GET /v1/content/channels

Addresshttps://api.hanzo.ai/v1/content/channels
MethodGET
Operationget_content_channels
AuthAuthorization: Bearer $HANZO_API_KEY

Lists the distribution channels the caller's org has connected — the social integrations a publish can target. A deployment with no distribution edge wired answers 503 rather than an empty list that would read as "no channels".

Request

GET /v1/content/channels takes no parameters and no body — the credential is the whole request.

Response

StatusBodyMeaning
200channelListok

200 body — 5 fields.

FieldInTypeAlwaysDescription
databodyChannel[]Data is every social channel the caller's org has connected, disabled ones included (Disabled says which).
data[].disabledbodybooleanDisabled is true for a channel the org switched off at the social edge.
data[].idbodystringID is the social integration id a post targets.
data[].namebodystringName is the account label as the org connected it — the handle a human recognises.
data[].providerbodystringProvider is the network behind the integration: "x", "instagram", "tiktok" and the rest of what the org connected.

Failure carries the platform error shape — see Errors.

Examples

hanzo content channels

Content API · All Hanzo APIs · Interactive reference

How is this guide?

On this page