Reply to a Review
Add a reply to a review
POST
Available on Premium, Business, Enterprise plans.
Add a reply to a review. Currently only Facebook and Google Business Profile reviews are supported.
Header Parameters
AuthorizationstringrequiredProfile-KeystringBody Parameters
platformstringrequiredValues: gmb or facebook
reviewIdstringrequiredThe review ID.
replystringrequiredThe String text for the review reply.
curl \
-H "Authorization: Bearer API_KEY" \
-H 'Content-Type: application/json' \
-d '{"reviewId": "Ut1fWU6XkqkMayHGnJZ", "platform": "gmb", "reply": "An amazing review!"}' \
-X POST https://api.acme.com/api/reviews{
"gmb": {
"action": "reply",
"status": "success",
"id": "AbFvOqmQJ4xMTl2mjZl0h83TcOj",
"reply": "This one is great",
"platform": "gmb",
}
},
{
"facebook": {
"status": "success",
"platform": "facebook",
"id": "376602035206384_737529881909727",
"reply": "This one is great too",
"action": "reply"
}
}