Back to API Reference Index
GET/v2/accounts

List Connected Social Accounts

WORKING

Fetch all connected social accounts with channel identifiers, platform status, and destinations.

{
  "items": [
    {
      "id": "acc_x102",
      "platform": "x",
      "username": "@eser_news",
      "status": "CONNECTED"
    },
    {
      "id": "acc_ig901",
      "platform": "instagram",
      "username": "@eser_ai",
      "status": "CONNECTED"
    }
  ]
}