System Overview
High-level view of how your app uses Cloutly REST API and Cloutly Embed together.
Last updated
High-level view of how your app uses Cloutly REST API and Cloutly Embed together.
Your platform syncs businesses and review operations with Cloutly through the REST API.
Your backend creates a signed JWT and passes it to the embedded Cloutly iframe. On successful validation, Cloutly upserts user and business records automatically.
The iframe renders the Cloutly app in your system while retaining your platform navigation and permissions.
Use REST endpoints for summaries, review lists, invites, and replies. Use widgets when you need lightweight read-only rendering outside the full embed experience.
Last updated