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
teamId
string
required
redirectUrl
string
required
socialAccountTypes
enum<string>[]
required
Available options:
TIKTOK,
YOUTUBE,
INSTAGRAM,
FACEBOOK,
TWITTER,
THREADS,
LINKEDIN,
PINTEREST,
REDDIT,
DISCORD,
SLACK,
MASTODON
logoUrl
string
userLogoUrl
string
userName
string

Response

200
application/json
200
url
string
required