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.
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.
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" } ]}Get workspace analytics GET
Workspace-level publishing summary: post counts, delivery success, a 14-day publish timeline, and summed engagement across synced platforms.
List media assets GET
Lists the organization's media library, newest first, with cursor pagination. Use an asset's `url` as `media[].url` when creating posts.
