Review widget
Show your best reviews on your website. The widget fetches a public testimonials feed identified by your widget key and only returns your highest-rated reviews.Get your widget key & snippet
In the reviews/widget settings, copy your embed snippet (it includes your public widget key).
The feed is served from
GET /api/public/reviews?key=<widgetKey> with permissive CORS so it can load on any site. It exposes only public, high-rated review content — no customer data or secrets.Web-chat widget
Add a chat widget so website visitors can message you; conversations land in your unified inbox.Copy the web-chat snippet
Grab the snippet from your website/chat settings (it carries your public widget key).
Booking links
Share a public booking page so customers can self-schedule.- Public page:
app.revenuesol.com/book/<your-slug> - Backing endpoints:
GET /api/public/booking/<slug>(appointment types),GET /api/public/booking/<slug>/slots(availability),POST /api/public/booking/<slug>(create a booking)
Payment & quote links
These are generated by Revenue Sol and sent to a specific customer:| Link | Purpose | Endpoint |
|---|---|---|
| Payment link | Pay one specific invoice | POST /api/public/pay/<token> |
| Quote link | Approve/decline one specific quote | POST /api/public/quote/<token>/respond |
| Intake/request form | Submit a public intake form | POST /api/public/request/<slug> |
Summary
Public widget key
Used by the review widget and web-chat. Safe to embed; exposes only public data.
Public slug
Used by booking and intake pages. Identifies your business publicly.
Scoped token
Used by payment and quote links. Single-purpose and may expire.
No API keys
There is no general-purpose API key system. See For Developers.