Connect a Social Account
Starts an OAuth connection flow and returns an authorize_url where the user can connect a social account.
Authorizations
A company API key, company scoped JWT, app API key, or user OAuth token. You must prepend your key/token with the word 'Bearer', which will look like Bearer ***************************
Headers
Pins the request to a dated API version.
"2026-07-18"
Body
The platform to connect the social account on. Supported options are meta_business and tiktok.
meta_business, tiktok The Account (biz_ identifier) to connect the social account for. An account-scoped API key may omit this to default to its own account.
The Whop URL to redirect the user to after they finish connecting.
Capabilities to grant for the connected social account. Use advertise when connecting a Meta Business or TikTok account for ads.
advertise Response
authorize url returned
The OAuth authorization URL to redirect the user to.

