cURL
curl --request POST \ --url https://api.bundle.social/api/v1/social-account/connect \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "type": "TIKTOK", "teamId": "<string>", "redirectUrl": "<string>", "serverUrl": "<string>" }'
{ "url": "<string>" }
Generate OAuth URL for social account connection. Redirect user to this URL to connect social account.
Body
The body is of type object.
object
200
The response is of type object.
Was this page helpful?