POST
/
api
/
v1
/
social-account
/
create-portal-link
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>"
}

Authorizations

x-api-key
string
header
required

Body

application/json
Body

The body is of type object.

Response

200
application/json
200

The response is of type object.