Push instead of poll: register a URL and RegIntel POSTs a signed payload the moment a regulation you care about changes. HMAC-SHA256 signing, automatic retry with exponential backoff. Starter and Pro plans.
- 8 new endpoints —
POST /api/webhooks(register),GET(list / detail),PATCH(update filters or pause),DELETE,/rotate,/test,/deliveries. See docs. - Filters — scope your webhook to specific tags, jurisdictions, or industries. Ex: only fire for
jurisdiction=Australia+tags=migration. - HMAC-SHA256 signing — every POST carries
X-RegIntel-Signature: sha256=<hex>, timestamp, and event-id headers. Verify with 5 lines of code. - Retry with backoff — failed deliveries retry at 0s, 30s, 5m, 30m, 3h. Endpoints stuck failing for 24 hours are auto-paused and you get an email.
- Payload versioning —
schema_version: "1"on every event so we can evolve the shape without breaking your integration. - Plan gating — Starter (2 endpoints, 1k deliveries/mo), Pro (10 endpoints, 10k deliveries/mo). Free plan: upgrade to enable.