Overview
The eEndorsements API gives your systems direct access to your review data and review-collection workflows. Use it to fetch reviews for reporting, register webhooks for real-time delivery, create and update contacts, and fire lifecycle events that trigger automated review campaigns. All API access is scoped to your company — your data stays yours.Base URL
Authentication
Every request requires an API key passed in thex-api-key header.
What you can do
Pull Reviews
Cursor-paginated feed of all public reviews for your company. Perfect for backfills and reporting.
Manage Contacts
Create or update the people you want to collect reviews from. Supports idempotent upserts via your own external ID.
Fire Events
Trigger review campaigns by sending lifecycle events — loan funded, matter closed, appointment completed, and more.
Real-time Webhooks
Register an endpoint and receive a signed POST every time a new review is submitted.

