Get OAuth authorization URL
Platform OAuth
Get OAuth authorization URL
Returns the platform authorization URL to redirect the user to for connecting a social account.
GET
Get OAuth authorization URL
Authorizations
API key as Authorization: Bearer sk-social-...
Path Parameters
Platform to authorize.
Available options:
x, linkedin, instagram, threads, youtube Example:
"linkedin"
Query Parameters
Brand to associate the connected account with.
Example:
"acme-corp"
Your application's OAuth callback URL. Must be registered in the platform's developer settings.
Example:
"https://app.acme.com/oauth/callback"