For the complete documentation index, see llms.txt. This page is also available as Markdown.

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:

  1. What you can build — the two kinds of data you can receive, and the one envelope they share.

  2. Get access — create an account and open the API section where credentials and webhook URLs live.

  3. Get your API credentials — your API token and signing secret, and what each is for.

  4. Set up a webhook endpoint — stand up an HTTPS URL that returns 2xx, and register it.

  5. Expose your local endpoint — the one non-obvious step: give your localhost a 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:

New to webhooks? Every term is defined inline the first time it appears, and collected in the Glossary.