Get social account
Fetch one connected social account by id, including provider, handle, and connection status. Use listSocialAccounts to discover account ids; use this when you need to verify a single account before publishing to it.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Team (workspace) id (UUID). Discover ids via the list teams endpoint or the agent context.
Connected social account id (UUID), as returned by the list social accounts endpoint.
Response
Success
a Universally Unique Identifier
^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$a Universally Unique Identifier
^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$Social platform identifier: x, tiktok, instagram, facebook, youtube, linkedin, or threads.
x, tiktok, instagram, facebook, youtube, linkedin, threads "x"
Connection state of a social account: connected (usable), disabled, refresh_needed (token expired, reconnect required), or disconnected.
connected, disabled, refresh_needed, disconnected "connected"
verification_required, auth_failed, rate_limited