API & MCP reference / REST API

Social accounts

GET/v1/social-accounts

List connected accounts. Their numeric ids are what you pass to social_accounts when creating a post.

Response
{
  "data": [
    { "id": 1, "platform": "twitter", "username": "yourhandle" },
    { "id": 2, "platform": "tiktok",  "username": "yourhandle" }
  ],
  "count": 2
}