List channels
GET /channels returns the connected accounts in your workspace. Use the id
values as channel_ids when creating a post.
Response
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
List the connected accounts you can publish to.
curl https://www.postbase.so/api/v1/channels \
-H "Authorization: Bearer pb_live_…"
GET /channels returns the connected accounts in your workspace. Use the id
values as channel_ids when creating a post.
{
"channels": [
{ "id": "…", "platform": "x", "handle": "@postbasehq", "status": "active" }
]
}