A simple read API to pull the leads your embedded calculators capture. Available on the Institution plan.
Every request needs your API key (find it on your dashboard). Pass it as a query parameter or a bearer token.
Returns leads captured by your embeds, newest first.
| Param | Type | Notes |
|---|---|---|
| key | string | Your API key (or use the Authorization header) |
| since | number | Unix ms, only leads after this time |
| limit | number | Max rows (default 100, max 500) |