---
title: "Edit a previously posted response to a review."
method: POST
path: "/api/v4/locations/reviews/respond/edit"
tags: ["Reviews"]
---

# Edit a previously posted response to a review.

`POST /api/v4/locations/reviews/respond/edit`

Edits a previously posted owner response on a review or interaction.

## Request body

- object
  - `responseId` string, required
  - `reviewId` string, required
  - `responseContent` string, required
  - `templateId` string

## Response `200`

Successful response

- EditResponsePayload
  - `status` string
  - `reviewId` string
  - `responseId` string

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `500` — Server error

---

[API](https://skmtc.dev/listingsapi/apis/listings-api.md) · [All operations](https://skmtc.dev/listingsapi/apis/listings-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/listingsapi/listings-api/revisions/2d0f7a88fc45/schema)
