v1

latestOpenAPI 3.0.32026-07-2632131.4 MB
Review

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

reviewReplystring required

Review Reply Text

Response

Upsert Review Reply Response

_idobject required
accountIdobject required
externalReviewIdstring string required
channelId'bookingCom' | 'airbnb2' | 'homeaway2' | 'custom' string required
customChannelNamestring string
subListingIdobject
listingIdobject required
complexIdobject
externalListingIdstring string
externalComplexIdstring string
reservationIdobject
externalReservationIdstring string
guestIdobject
createdAtstring date-time
updatedAtstring date-time
createdAtGuestystring date-time
updatedAtGuestystring date-time
rawReviewobject required

Example response

{
  "channelId": "bookingCom",
  "customChannelName": "Marketing Website A",
  "contents": {
    "locale": "en-US",
    "rating": 5
  }
}