Automating Your Business with the Developer API
Let’s Get Quoted provides a Public API and real-time webhook engine allowing you to connect custom CRMs, accounting systems, Zapier, Make, and internal servers.
Generating Your Secret API Token
- Navigate to Settings > Developer API & Webhooks.
- Click Generate New Token, choose a label, and assign role scopes (e.g.
leads:read,leads:write,webhooks:manage). - Copy your
lgq_live_...secret key immediately. For security, full keys are never shown again after creation.
Subscribing to Real-Time Webhooks
Register an HTTPS endpoint to receive instant JSON notifications for events like lead.created, quote.signed, and invoice.paid. Validate the x-lgq-signature HMAC SHA-256 header on your server to verify payload authenticity.