Skip to main content
POST
/
api
/
v1
/
post
/
reconnect-social-account
Reconnect social account to matching posts
curl --request POST \
  --url https://api.bundle.social/api/v1/post/reconnect-social-account \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "teamId": "<string>",
  "postIds": [
    "<string>"
  ]
}
'
{
  "total": 123,
  "succeeded": 123,
  "failed": 123,
  "results": [
    {
      "postId": "<string>",
      "success": true,
      "title": "<string>",
      "message": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://info.bundle.social/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

Body

application/json

Body

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

Response

200

total
number
required
succeeded
number
required
failed
number
required
results
object[]
required