Skip to main content
POST
Reply to a Review

Authorizations

Authorization
string
header
required

All requests must include the static API Key in the Authorization header using the Bearer scheme.

Headers

Restoo-Partner-Id
string
required

Unique identifier of your Partner account (defined by Restoo).

Restoo-Account-Id
string
required

Unique identifier of the Tenant.

Path Parameters

reviewId
integer
required

The unique identifier of the Review to reply to

Required range: x >= 1

Body

application/json

ReplyRequest

Request payload for replying to a Review.

replyText
string
required

The reply text to send to the Customer on behalf of the Venue. Must be between 1 and 5000 characters

Required string length: 1 - 5000
Example:

"Thank you for your kind feedback! We look forward to welcoming you again soon."

Response