cURL
curl --request POST \ --url https://api.bundle.social/api/v1/social-account/create-portal-link \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "teamId": "<string>", "redirectUrl": "<string>", "socialAccountTypes": [ "TIKTOK" ], "logoUrl": "<string>", "userLogoUrl": "<string>", "userName": "<string>" }'
{ "url": "<string>" }
Simplify connect flow. Create a portal link which can be used to manage connected social accounts directly on bundle.social platform without implementing the logic on your side.
Body
Show child attributes
200
Was this page helpful?