Connect

Complete OAuth callback

Exchange the OAuth authorization code for tokens and connect the account to the specified profile.

Facebook, Google Business, Snapchat and WhatsApp are not accepted here: their account identity is a destination chosen after OAuth, which this single-shot exchange cannot do. Connect them through the redirect flow from GET /v1/connect/{platform}, or, for WhatsApp Embedded Signup, through POST /v1/connect/whatsapp/embedded-signup.

post/v1/connect/{platform}

Path parameters

platform'instagram' | 'twitter' | 'threads' | 'linkedin' | 'youtube' | 'tiktok' | 'reddit' | 'pinterest' required

Social platform to complete the connect for. Discord, Slack and Telegram are absent because they are served by their own dedicated routes, documented separately.

Request body

codestring required
statestring required
profileIdstring required

Response

Account connected

Changes