# Reviews endpoints

Source: https://developer.synup.com/api/reviews
Base URL: `https://api.synup.com/api/v4`

| Method | Endpoint | Path |
| --- | --- | --- |
| POST | [Add / Edit interaction source](https://developer.synup.com/api/reviews/add-edit-interaction-source) | `/locations/reviews/settings/edit` |
| POST | [Add Review Widget](https://developer.synup.com/api/reviews/add-review-widget) | `/review_widget/add` |
| POST | [Archive Response for Interaction](https://developer.synup.com/api/reviews/archive-response-for-interaction) | `/locations/reviews/respond/archive` |
| POST | [Edit Response for Interaction](https://developer.synup.com/api/reviews/edit-response-for-interaction) | `/locations/reviews/respond/edit` |
| POST | [Edit Review Widget](https://developer.synup.com/api/reviews/edit-review-widget) | `/review_widget/edit` |
| GET | [Fetch all interactions](https://developer.synup.com/api/reviews/fetch-all-interactions) | `/locations/{locationId}/reviews` |
| GET | [Get a list of interaction sources for account](https://developer.synup.com/api/reviews/get-a-list-of-interaction-sources-for-account) | `/reviews/site-config` |
| GET | [Get a list of interaction sources for location](https://developer.synup.com/api/reviews/get-a-list-of-interaction-sources-for-location) | `/locations/{location_id}/reviews/settings` |
| GET | [Get Interaction Analytics](https://developer.synup.com/api/reviews/get-interaction-analytics) | `/locations/{locationId}/{type}` |
| GET | [List Interactions by IDs](https://developer.synup.com/api/reviews/list-interactions-by-i-ds) | `/reviewDetails` |
| POST | [Respond to an Interaction](https://developer.synup.com/api/reviews/respond-to-an-interaction) | `/locations/reviews/respond` |
| GET | [Rollup Review API](https://developer.synup.com/api/reviews/rollup-review-api) | `/rollup_interactions` |
