Olery Developer Portal logo Olery Developer Portal

Method Path
POST https://agora.olery.com/v3/companies/:company_id/reviews/:review_id/reply

This feature is expected to be released on November 1st, 2019.

This endpoint posts manager responses to reviews.

Parameters

Parameter Parameter Type Data Types Required Description
company_id path Integer true ID of the company
review_id path Integer true Review ID provided in the Review Feed’s id field
message query String true Reply message. Max size 4 kilobyes

Example POST Request

https://agora.olery.com/v3/companies/123/reviews/456/reply

Output Format

Field Data Types Description
data Hash The response message and publish time
error String Error message for the user if the request was not successful

Response Statuses

Status Code Reason
201 Created
403 You don’t have access to that company
422 Some of the supplied arguments are wrong or the credential is not valid anymore

Reply edits

In case of Google, when you submit a request to reply to a review which was already replied to, the message gets updated.