reviews
Reply to review
Post a reply to a review. Requires accountId in request body.
AuthorizationBearer <token>
API key authentication - use your Late API key as a Bearer token
In: header
Path Parameters
reviewIdstring
Review ID (URL-encoded for Google Business)
accountIdstring
messagestring
Response Body
application/json
application/json
curl -X POST "https://getlate.dev/api/v1/inbox/reviews/string/reply" \ -H "Content-Type: application/json" \ -d '{ "accountId": "string", "message": "string" }'{
"status": "string",
"reply": {
"id": "string",
"text": "string",
"created": "2019-08-24T14:15:22Z"
},
"platform": "string"
}{
"error": "Unauthorized"
}Empty