Webhooks.
OpenInsure uses webhooks to notify your application when an event occurs in your account. Webhooks are particularly useful for asynchronous events like claim status changes or policy renewals.
Event Types
policy.bound
policy.cancelled
claim.created
claim.updated
invoice.paid
document.signed
Security
All webhook payloads are signed. Your application should verify the signature using the webhook secret provided in the admin dashboard.
Verification Header
X-OpenInsure-Signature: t=1234567,v1=sha256_hash...