Back
InsureLab

InsureLab Public API

v1.0.0

White-label insurance platform API. Use your API key to create policies, manage coverages, and receive webhook events.

Authentication

Bearer token via API key in Authorization header

curl -H "Authorization: Bearer YOUR_API_KEY" \
  https://api.insurelab.com/api/public/coverages

Endpoints

Webhook Events

EventDescription
policy.createdFired when a new policy is created
policy.updatedFired when a policy is modified
payment.completedFired when a payment is successfully processed

Rate Limits

Per Minute

60

Per Day

10,000

Made with Emergent