Start headless account connection
Begin connecting a NEW social account from your own UI (no SmartlyQ dashboard session needed). Returns a one-time connect_url (valid 15 minutes) — open it in a browser so the user can authorize. After they approve, the platform’s OAuth callback completes the connection and (if provided) redirects to return_url with ?connected=<count>&platform=<name>. Supported on all platforms. Platforms that expose multiple targets (YouTube channels, Google Business locations, Tumblr blogs, LinkedIn pages) connect them all automatically. Poll completion with GET /social/connect/{state_token}. Requires scope social:write.
Authorizations
API key from Developer dashboard (Bearer token).
Path Parameters
Platform to connect. All 13 platforms are supported (use twitter for X, gmb for Google Business).
facebook, instagram, twitter, linkedin, youtube, tiktok, threads, bluesky, pinterest, reddit, snapchat, tumblr, gmb Body
Optional URL to redirect the user to after they finish authorizing.

