A review platform engineers actually like.
Typed SDKs, signed webhooks, a sandbox environment and docs written by the engineers who built the API. Ship integrations in an afternoon.
Everything you need, animated into one workflow.
Typed everything
OpenAPI 3.1 schema with generated SDKs in TypeScript, Python, Ruby and Go.
Signed webhooks
HMAC-signed events, retries with exponential backoff, dead-letter queue inspector.
Sandbox env
Stable test data, deterministic IDs, full webhook simulation — no production credit.
Idempotent writes
Idempotency keys on every mutation, plus per-tenant rate limiting headers.
Scoped tokens
OAuth2 client credentials and per-route scopes. Tokens rotate with one API call.
Observable
Request logs with replay, latency histograms and per-token quota dashboards.
Built for ship-quality integrations
Trigger invitations from a CRM event, fan-out reviews to your data warehouse, or replace your support escalation flow — all from one typed API.
From `npm install` to your first verified review event.
Install SDK
`npm i @scorereview/sdk` — fully typed, tree-shakeable, ESM and CJS.
Mint a token
OAuth2 client credentials. Scope to the routes you actually need.
Send invite
`reviews.invitations.create()` — returns a typed response with idempotency key.
Receive webhook
Verify HMAC signature, parse typed payload, ship.
Developer vs. the rest
How ScoreReview compares to generic review tools on the controls that actually matter.
| Capability | ScoreReview | Generic platform | DIY / spreadsheet |
|---|---|---|---|
| Built for service businesses | |||
| Evidence-graded verification | |||
| Real-time webhook fan-out | |||
| Human moderation in 24h | |||
| Transparent, capped pricing | |||
| UK / EU data residency |
Why engineers stay.
- OpenAPI 3.1 + generated SDKs
- Sandbox environment, free forever
- Webhook replay + DLQ inspector
- Public roadmap and changelog
- Status page with per-endpoint SLOs
- Direct line to platform engineers
Everything you'd ask in a sales call — answered upfront.
Most teams ship in a single afternoon. Enterprise rollouts with SSO and SCIM typically complete inside a week.
Read the docs
OpenAPI spec, quickstarts and copy-pasteable examples.