I got an email from Zoom to migrate from verification token to secret token for webhook events. Only event I have is to deauthorize Zoom.
But I could not make it work. In docs it says that webhook sends a [x-zm-signature] header which I do not get in a request.
Furthermore I looked through developer forum and in this post (Secret Token Change - Zoom Apps Deauthorization Notification) it says that you do not need even need to verify deauthorized event.
So my question is, do I need to verify deauthorization event with the new secret token or not?