A clean REST API and real-time webhooks for requesting reviews, reading verified ratings, syncing customers, and piping review events wherever you need them. OAuth 2.0, JSON everywhere.
# Fire a verified review request curl -X POST https://api.surecritic.com/v2/reviews/request \ -H "Authorization: Bearer $TOKEN" \ -H "Content-Type: application/json" \ -d '{ "location_id": "loc_8f2a", "customer": { "name": "Maria Lopez", "phone": "+12065550100" }, "ticket_id": "RO-44218" }'
Versioned, JSON, and documented. Everything below is available the day you get a key.
/v2/reviews/requestSend a verified review request/v2/reviewsList & filter verified reviews/v2/locations/{id}/ratingAggregate rating for a location/v2/customersCreate or update a customer/v2/rescore/{id}Status of a ReScore® workflow/v2/webhooksSubscribe to review eventsIllustrative endpoints. See the full API reference for the live public resources.
Prefer not to write code? SureCritic on Zapier links to 6,000+ apps. Trigger review requests from a Google Sheet, a CRM update, or a form submission, and route review events into Slack, email, or your data warehouse.

Tell us what you're building and we'll get you sandbox credentials and the full API reference.