Skip to main content
PUT
/
api
/
v1
/
misc
/
google-business
/
reviews
/
{reviewId}
/
reply
Reply to a Google Review (creates or updates the owner reply)
curl --request PUT \
  --url https://api.bundle.social/api/v1/misc/google-business/reviews/{reviewId}/reply \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "teamId": "<string>",
  "comment": "<string>"
}
'
{
  "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

Body

application/json

Body

teamId
string
required
comment
string
required
Required string length: 1 - 4096

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