Social Accounts

Get social account by ID

Returns one connected social account: platform, username and whether its authorisation is still valid. An account whose token has expired must be reconnected in the dashboard before it can publish.

get/v1/social-accounts/{id}

Path parameters

idnumber required

Social Account ID

Response

Social account retrieved successfully.

idnumber required

The unique identifier of the social account

platformstring required

The platform of the social account

usernamestring required

The platform's username of the social account

needs_reconnectboolean required

True when repeated dead-token failures have paused posting to this account (Meta platforms). Posts to it are skipped until the account is reconnected in the dashboard; any reconnect clears it automatically. Pause your automation for accounts in this state instead of retrying.

Changes

No recorded changes to this endpoint across all 1 revision of this API.