As per Zoom’s developer documentation, the Webhook URL verification token has been deprecated and replaced by the Secret Token for webhook verification, effective June 2025. However, our system is still receiving the verification token in the Zoom webhook request headers instead of the secret token in the `Authorization` header.
We need clarification on:
-
Will Zoom completely stop sending the Verification Token in the webhook headers and switch to sending only the Secret Token in the `Authorization` header?
-
If yes, what is the exact date this change will take effect?
-
Should we immediately start using the Secret Token for webhook verification, or continue supporting the Verification Token until it is fully phased out?
-
Or What method are we suppose to use to verify Webhook URL if verification token is deprecated or retired?.