⚠️ Stop emitting of the `verification.historical` webhook event

Originally, verification.historical existed to deliver data early when IMSS verification was slow. That process is now much faster, and the same data is already available in verification.completed, which arrives almost immediately. Keeping both events only meant receiving duplicate notifications for the same information.

  • Starting June 8, 2026, the webhook event verification.historicalwill no longer be sent
  • verification.completed is unaffected and continues to work exactly as before.

⚙️ What Changes

  • No longer sentverification.historical is no longer emitted, so no webhook will receive it.
  • No changes to your configuration — we did not modify your webhook subscriptions. verification.historical may still appear in your webhook's events list, but it simply no longer fires.

🛠️ No Action Required

  • This is a non-breaking change. verification.completed continues to work exactly as before.
  • No action is needed. If your integration had any logic reacting to verification.historical, you can safely remove it.

Check our webhook documentation for event types and payload structures.