Single-review reads + response writes (submit / edit / delete).
Single-review reads + response writes (submit / edit / delete). Forms the everyday respond-to-review workflow.
Prerequisites
- A bearer token in the
Authorizationheader. Any endpoint that needs no token says so on its own page. - The id of each record the call targets. Every endpoint page lists the ids it needs.
Errors
| Status | Meaning |
|---|---|
401 | The bearer token is missing, expired or invalid |
403 | The token is valid but the record sits outside your account |
422 | The request failed validation — the response names the fields |
500 | Unexpected server error |
Individual endpoints may return more; each page lists its own.
Endpoints
| Method | Endpoint | Description |
|---|---|---|
GET | Get a single review with response | Get a single review together with its current response, review-site/store context, flags, connection state, and response_capabilities for the response composer (forces type=editResponse). |
POST | Save response | Save (creates or updates) a response to a review and queues it for posting to the live review site. |
GET | Delete response | Soft-delete a review response on the platform (sets it back to notresponding, clears flags, records a DeletedResponse row) and best-effort removes the live reply from Google (review_site_id 44) or Facebook (review_site_id 3). |
