Skip to main content
GET
/
api
/
v1
/
misc
/
google-business
/
reviews
/
{reviewId}
Get a single imported Google Review
curl --request GET \
  --url https://api.bundle.social/api/v1/misc/google-business/reviews/{reviewId} \
  --header 'x-api-key: <api-key>'
{
  "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"
}

Authorizations

x-api-key
string
header
required

Path Parameters

reviewId
string
required

Query Parameters

teamId
string
required

Response

200

id
string
required
socialAccountId
string
required
teamId
string
required
externalReviewId
string
required
createdAt
string<date-time> | null
required
updatedAt
string<date-time> | null
required
reviewerDisplayName
string | null
reviewerProfilePhotoUrl
string | null
starRating
enum<string> | null
Available options:
ONE,
TWO,
THREE,
FOUR,
FIVE
comment
string | null
reviewReplyComment
string | null
reviewReplyUpdatedAt
string<date-time> | null
createTime
string<date-time> | null
updateTime
string<date-time> | null
importedAt
string<date-time> | null
deletedAt
string<date-time> | null