Skip to main content
POST
/
api
/
v1
/
social-account
/
create-portal-link
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>",
  "goBackButtonText": "<string>",
  "hidePoweredBy": true,
  "hideGoBackButton": true,
  "hideUserLogo": true,
  "hideUserName": true,
  "hideLanguageSwitcher": true,
  "language": "en"
}'
{
  "url": "<string>"
}

Authorizations

x-api-key
string
header
required

Body

application/json

Body

teamId
string
required
redirectUrl
string
required
socialAccountTypes
enum<string>[]
required
logoUrl
string
userLogoUrl
string
userName
string
goBackButtonText
string
hidePoweredBy
boolean
hideGoBackButton
boolean
hideUserName
boolean
hideLanguageSwitcher
boolean
language
enum<string>
default:en
Available options:
en,
pl,
fr,
hi,
sv

Response

200

url
string
required
I