How do I use the API?

Generate an API key in Settings → Developers, then call the REST endpoints for contacts, policies, quotes, and commissions with a bearer token. Outbound webhooks push CRM events to your own systems in real time.

Getting started

  1. Open Settings → Developers and create an API key scoped to the resources you need.
  2. Store the key as a server-side secret — never in browser code.
  3. Send requests with an Authorization: Bearer header.
  4. Subscribe to outbound webhooks for events such as contact created or policy status changed.

Rate limits and pagination

List endpoints are cursor-paginated. Keys are rate limited per minute; batch operations where possible.

Is there a sandbox?

Yes. Sandbox keys operate against isolated test data so integrations can be built without touching production records.

Last updated:

Related articles