Connect a Social Account
Starts an OAuth connection flow for a social account and returns an authorize_url to redirect the user to. Today the only supported platform is meta_business, which grants the advertise scope so the connected Facebook page and Instagram account can run ads.
Authorizations
An account API key, account scoped JWT, app API key, or user OAuth token.
Headers
Pins the request to a dated API version. When omitted, the request uses the original (2025-01-01) request/response shapes, so existing unversioned callers are never broken. Generated SDKs always send the latest version they were built against. An unrecognized value is rejected with a 400. The schemas documented here always describe the latest version.
"2026-06-09"
Body
The Whop URL to redirect the user to after they finish connecting.
The platform to connect the social account on.
meta_business Capabilities to grant for the connected social account, for example advertise.
advertise Response
authorize url returned
The OAuth authorization URL to redirect the user to.

