XreplyAIDevelopers
API ReferenceSocial Accounts

List connected social accounts

Requires scope: `accounts:read`. Connecting and disconnecting accounts is dashboard-only.

GET
/social_accounts
AuthorizationBearer <token>

A personal API key created in the dashboard (Starter, Pro, and Team plans).

In: header

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/social_accounts"
{  "social_accounts": [    {      "id": 301,      "platform": "twitter",      "uid": "1456789012",      "username": "founder",      "connected_at": "2026-02-01T10:00:00Z",      "needs_reconnect": false    }  ]}