Webhook URL validation is not working. Please help

I checked the connection using curl and asked ChatGPT about the result. Here’s the response I received:

Why on earth isn’t it working? Please help me.

The Zoom Webhook URL is registered with the correct domain and path.

  • Confirmed that the URL includes https://
  • Ensured there is no unnecessary trailing slash / at the end of the domain
  • Verified that the Webhook URL actually exists on the server and returns a 200 OK response
  • Added to the domain whitelist if necessary"
Item Status Description
:white_check_mark: Server Reach Zoom can connect to a public IP accessible server successfully
:white_check_mark: HTTPS Cert TLS handshake succeeded, SSL certificate applied correctly
:white_check_mark: HTTP Response Received HTTP/1.1 200 OK
:white_check_mark: Response Format The structure is correct: { “plainToken”: “…”, “encryptedToken”: “…” }
:white_check_mark: Content-Type Confirmed as application/json "

Please help me.

Hi @user65
Thanks for reaching ou to us, I am happy to help here!
Are you receiving the “endpoint.url_validation” event when triggering the validation in the Web portal??