Through this endpoint you can send a customer response to a review. The response will be posted on the corresponding review site.

Request

Name Method Description
/v1/sendresponse POST This end-point will send the response "for" a review.

Request Parameters

Name Data Type Required/Optional Description
api_key string required This is the unique key given to your agency. This key can be found in your agency settings under the White Label API information tile.
review_id integer required This is the unique identification assigned to a review in the Online Review Manager platorm. You can find this review_id from the "Get Reviews" endpoint.
response_text text required This is the review response that will be posted with this review on the live review site.

Sample Request

POST : https://api.online-review-manager.com/v1/sendresponse

Response Data

You will recieve a success or error message. See sample success message below:

Sample Success Message:

{
  "status": "success",
  "message": "Your response has been sent successfully."
}