cURL
curl --request POST \ --url https://api.bundle.social/api/v1/comment/import \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "teamId": "<string>", "postId": "<string>", "socialAccountType": "FACEBOOK" } '
{ "id": "<string>", "teamId": "<string>", "socialAccountId": "<string>", "postId": "<string>", "platform": "FACEBOOK", "status": "PENDING", "commentsImported": 123, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "organizationId": "<string>", "error": "<string>", "rateLimitResetAt": "2023-11-07T05:31:56Z", "startedAt": "2023-11-07T05:31:56Z", "completedAt": "2023-11-07T05:31:56Z" }
Body
FACEBOOK
INSTAGRAM
LINKEDIN
YOUTUBE
TIKTOK
REDDIT
THREADS
MASTODON
BLUESKY
201
PENDING
FETCHING
RETRYING
COMPLETED
SKIPPED
FAILED
RATE_LIMITED
Was this page helpful?