curl --request GET \
--url https://api.bundle.social/api/v1/misc/google-business/reviews \
--header 'x-api-key: <api-key>'{
"reviews": [
{
"id": "<string>",
"socialAccountId": "<string>",
"teamId": "<string>",
"externalReviewId": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"reviewerDisplayName": "<string>",
"reviewerProfilePhotoUrl": "<string>",
"starRating": "ONE",
"comment": "<string>",
"reviewReplyComment": "<string>",
"reviewReplyUpdatedAt": "2023-11-07T05:31:56Z",
"createTime": "2023-11-07T05:31:56Z",
"updateTime": "2023-11-07T05:31:56Z",
"importedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z"
}
],
"total": 123,
"limit": 123,
"remainingCapacity": 123
}curl --request GET \
--url https://api.bundle.social/api/v1/misc/google-business/reviews \
--header 'x-api-key: <api-key>'{
"reviews": [
{
"id": "<string>",
"socialAccountId": "<string>",
"teamId": "<string>",
"externalReviewId": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"reviewerDisplayName": "<string>",
"reviewerProfilePhotoUrl": "<string>",
"starRating": "ONE",
"comment": "<string>",
"reviewReplyComment": "<string>",
"reviewReplyUpdatedAt": "2023-11-07T05:31:56Z",
"createTime": "2023-11-07T05:31:56Z",
"updateTime": "2023-11-07T05:31:56Z",
"importedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z"
}
],
"total": 123,
"limit": 123,
"remainingCapacity": 123
}1 <= x <= 100x >= 0Was this page helpful?