⚠️ Stop emitting of the `verification.historical` webhook event
24 days ago by antoine nguyen hong duc
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.completedis unaffected and continues to work exactly as before.
⚙️ What Changes
- No longer sent —
verification.historicalis no longer emitted, so no webhook will receive it. - No changes to your configuration — we did not modify your webhook subscriptions.
verification.historicalmay still appear in your webhook'seventslist, but it simply no longer fires.
🛠️ No Action Required
- This is a non-breaking change.
verification.completedcontinues 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.
