Reviews
12 endpoints, using GET, POST.
| Method | Endpoint | Path |
|---|---|---|
| GET | Fetch all interactions | /locations/{locationId}/reviews |
| GET | Get a list of interaction sources for account | /reviews/site-config |
| GET | Get a list of interaction sources for location | /locations/{location_id}/reviews/settings |
| GET | Get Interaction Analytics | /locations/{locationId}/{type} |
| GET | List Interactions by IDs | /reviewDetails |
| GET | Rollup Review API | /rollup_interactions |
| POST | Add / Edit interaction source | /locations/reviews/settings/edit |
| POST | Add Review Widget | /review_widget/add |
| POST | Archive Response for Interaction | /locations/reviews/respond/archive |
| POST | Edit Response for Interaction | /locations/reviews/respond/edit |
| POST | Edit Review Widget | /review_widget/edit |
| POST | Respond to an Interaction | /locations/reviews/respond |