Skip to main content
POST
/
api
/
v1
/
social-account
/
connection-check
Manually run connection/disconnect check
curl --request POST \
  --url https://api.bundle.social/api/v1/social-account/connection-check \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "type": "TIKTOK",
  "teamId": "<string>"
}
'
{
  "success": true,
  "socialAccountId": "<string>",
  "checkedAt": "<string>",
  "limit": 2,
  "used": 1,
  "remaining": 1,
  "windowSeconds": 2,
  "message": "<string>"
}

Authorizations

x-api-key
string
header
required

Body

application/json

Body

type
enum<string>
required
Available options:
TIKTOK,
YOUTUBE,
INSTAGRAM,
FACEBOOK,
TWITTER,
THREADS,
LINKEDIN,
PINTEREST,
REDDIT,
MASTODON,
DISCORD,
SLACK,
BLUESKY,
GOOGLE_BUSINESS
teamId
string
required

Response

200

success
boolean
required
socialAccountId
string
required
checkedAt
string
required
limit
integer
required
Required range: x >= 1
used
integer
required
Required range: x >= 0
remaining
integer
required
Required range: x >= 0
windowSeconds
integer
required
Required range: x >= 1
message
string