API Endpoint(s) and/or Zoom API Event(s)
Zoom webhook verification
Description
I have verified the url used for Zoom to send webhook messages to my server but the verification of each webhook message is failing because the signature generated does not match the signature provided. I am following the instructions and code provided in the documentation verbatim and the string generated for the signature is not the same.
I suspect there is some order that the JSON body needs to be converted to a string or a variable that’s missing because the rest of the conversion is constant.
How To Reproduce
Currently I have events sent for meeting start, meeting end, participation joined and participant report available events. These are all failing the webhook verification.
Hi @agebold
Thanks for reaching out to us and welcome to the Zoom Developer community!
Can you try to run this webhook sample app and verify whether you are still getting this error?