cURL
curl --request POST \ --url https://api.bundle.social/api/v1/misc/google-business/reviews/import \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "teamId": "<string>", "count": 2 } '
{ "id": "<string>", "teamId": "<string>", "socialAccountId": "<string>", "requestedCount": 123, "status": "PENDING", "reviewsImported": 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" }
Documentation IndexFetch the complete documentation index at: https://info.bundle.social/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://info.bundle.social/llms.txt
Use this file to discover all available pages before exploring further.
Body
x >= 1
201
PENDING
FETCHING_REVIEWS
COMPLETED
FAILED
RATE_LIMITED
Was this page helpful?