Skip to main content
GET

Response

Plain array of social account objects. Each item has these fields:
Read accounts by id, not by platform. A workspace holds one account per network, so each platform appears at most once — but that is a plan limit, not a guarantee of this endpoint.
Accounts are connected from the dashboard, since every platform needs a browser to authorize. The API reads them and can toggle one active or inactive; it cannot add or remove one.
string
Social account UUID.
string
Platform identifier. One of: linkedin, linkedin-page, x, facebook, instagram, instagram-facebook, tiktok, youtube, threads, pinterest, bluesky, mastodon, telegram, discord.
string
The account’s display name.
string
The account’s username or handle.
boolean
Whether the account is active for publishing. Toggle with PUT /social-accounts/{id}/toggle.
string
Connection status: connected, disconnected, or token_expired. Disconnected/expired accounts are skipped at publish time.