Get started
InsurGrid sends your app structured insurance data — extracted policy details and completed intake forms — pushed to a URL you control. This section takes you from zero to your first received webhook in about 30 minutes.
The path
Follow these in order — each page is a few minutes:
What you can build — the two kinds of data you can receive, and the one envelope they share.
Get access — create an account and open the API section where credentials and webhook URLs live.
Get your API credentials — your API token and signing secret, and what each is for.
Set up a webhook endpoint — stand up an HTTPS URL that returns
2xx, and register it.Expose your local endpoint — the one non-obvious step: give your
localhosta public HTTPS URL for testing.
Then pick a quickstart
Once you're set up, follow a runnable, end-to-end guide for your use case:
Receive policy data — get extracted policy fields by webhook (the simplest path — start here).
Embed a form & receive submissions — drop an InsurGrid intake form into your app.
Build forms via the API — create and publish forms from your backend.
New to webhooks? Every term is defined inline the first time it appears, and collected in the Glossary.
