curl --request GET \
--url https://api.bundle.social/api/v1/misc/google-business/reviews/import \
--header 'x-api-key: <api-key>'{
"imports": [
{
"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"
}
]
}curl --request GET \
--url https://api.bundle.social/api/v1/misc/google-business/reviews/import \
--header 'x-api-key: <api-key>'{
"imports": [
{
"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"
}
]
}Was this page helpful?