PostifyPostify Docs

List channels

Lists every social account connected to the organization, with connection health. Use a channel's `id` when creating post variants. Not paginated — the channel count is plan-bounded.

GET
/v1/channels

Lists every social account connected to the organization, with connection health. Use a channel's id when creating post variants. Not paginated — the channel count is plan-bounded.

Authorization

AuthorizationBearer <token>

Organization API key as a Bearer token (postify_live_…).

In: header

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X GET "https://example.com/v1/channels"
{  "data": [    {      "id": "string",      "platform": "x",      "handle": "string",      "avatar_url": "string",      "followers": -9007199254740991,      "status": "live",      "last_sync_at": "2019-08-24T14:15:22Z",      "last_error": "string",      "created_at": "2019-08-24T14:15:22Z"    }  ]}