Connect a Social Account
Starts an OAuth connection flow and returns an authorize_url where the user can connect a social account.
Authorizations
An Account API key, account-scoped JWT, App API key, or user OAuth token. Prepend the key or token with Bearer, for example Bearer ***************************.
Headers
A unique key that makes this request safe to retry. See Idempotent requests.
255"d9105228-4a08-46b1-8b91-42fed586d383"
Pins the request to a dated API version.
"2026-08-13"
Body
The platform to connect the social account on. Supported options are meta_business and tiktok.
meta_business, tiktok "meta_business"
The Account (biz_ identifier) to connect the social account for. An account-scoped API key may omit this to default to its own account.
"biz_xxxxxxxxxxxxxx"
The Whop URL to redirect the user to after they finish connecting.
"https://whop.com/core/api/callback/meta/"
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.
"https://www.facebook.com/v25.0/dialog/oauth"

