Accounts
Your connected social accounts. Call this first — publishing needs each account’s id, and tokens are never returned.
GET
/accountsaccounts:readList the caller’s connected social accounts.
responsejson
{
"accounts": [
{
"id": "a1b2c3d4-…",
"platform": "instagram",
"platform_username": "myhandle",
"platform_account_id": "1789…",
"is_connected": true,
"requires_reauth": false,
"profile_image_url": "https://…",
"connected_at": "2026-06-01T10:00:00Z"
}
]
}