cURL
curl --request POST \ --url https://api.bundle.social/api/v1/post-history-import/ \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "teamId": "<string>", "socialAccountType": "FACEBOOK", "count": 50.5, "withAnalytics": true } '
{ "id": "<string>", "teamId": "<string>", "socialAccountId": "<string>", "requestedCount": 123, "withAnalytics": true, "status": "PENDING", "postsImported": 123, "analyticsImported": 123, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "error": "<string>", "rateLimitResetAt": "2023-11-07T05:31:56Z", "startedAt": "2023-11-07T05:31:56Z", "completedAt": "2023-11-07T05:31:56Z", "deletedAt": "2023-11-07T05:31:56Z" }
Body
FACEBOOK
INSTAGRAM
THREADS
TIKTOK
YOUTUBE
LINKEDIN
PINTEREST
REDDIT
MASTODON
BLUESKY
1 <= x <= 100
201
PENDING
FETCHING_POSTS
FETCHING_ANALYTICS
COMPLETED
FAILED
RATE_LIMITED
Was this page helpful?