API & MCP reference / REST API
Social accounts
GET
/v1/social-accountsList connected accounts. Their numeric ids are what you pass to social_accounts when creating a post.
{
"data": [
{ "id": 1, "platform": "twitter", "username": "yourhandle" },
{ "id": 2, "platform": "tiktok", "username": "yourhandle" }
],
"count": 2
}