POST /api/v1/social-account/connect
Test it in Swagger or the API Reference Client.
url.
Connect Body
These are the available body fields for the custom flow.Supported Types
TIKTOK, YOUTUBE, SNAPCHAT, INSTAGRAM, FACEBOOK, TWITTER, THREADS, LINKEDIN, PINTEREST, REDDIT, MASTODON, DISCORD, SLACK, BLUESKY, GOOGLE_BUSINESS
Platform-Specific Options
Basic Flow
- Call
POST /api/v1/social-account/connect. - Redirect the user to the returned
url. - Handle the callback query parameters on your
redirectUrl. - Fetch the social account with
GET /api/v1/social-account/by-type. - If
socialAccount.channelscontains selectable targets, show them in your UI. - Call
POST /api/v1/social-account/set-channelwhen required.

Fetch The Connected Account
Use this after the callback to inspect the connection and available channels. Endpoint:GET /api/v1/social-account/by-type
Query:
socialAccount.channels and call Set Channel.
Helper Endpoints
These endpoints are useful in a full custom UI.
Channel details live in Channel Management. Callback query parameters live in Callback Parameters.