v1
latestOpenAPI 3.0.32026-07-2632131.4 MBReview
Publish review reply to channel
Publish reply to channel and store in DB. Airbnb and Booking.com allow to publish only one reply per review. Airbnb allows to update reply. Booking.com does not allow to update reply
put/reviews/{reviewId}/reply
Path parameters
reviewIdstring required
Guesty Review ID
Request body
Response
Upsert Review Reply Response
Example response
{
"channelId": "bookingCom",
"customChannelName": "Marketing Website A",
"contents": {
"locale": "en-US",
"rating": 5
}
}