Social accounts
Connect social account
Returns a URL to open in the browser. Connect redirects to your redirect_url.
GET
Requires manage accounts. Connecting X, or a third non-X account, without a subscription returns 402.
The API never 302s the caller. See Connect accounts.
On success the browser lands on
Request
string
required
x, tiktok, youtube, facebook, instagram, instagram-facebook, linkedin, linkedin-page, threads, pinterest, discord, bluesky, mastodon, telegram.string
required
Absolute URL (
http / https / custom scheme). Max 2048.Response
string
Open in the browser. OAuth platforms are the provider authorize URL. Bluesky, Mastodon, and Telegram are a Connect-hosted page. Do not send an API key to this URL.
string
Opaque token bound to the account, user, platform, and
redirect_url. Valid 15 minutes.redirect_url?connected={platform}&id={social_account_id}. On failure: ?error=….

