I can't find any validate button when setting webhook

Hey @sfaraclas , I don’t know if this will help…however here’s what I use for my unit testing of a validation service that is currently working in Production:

Http Request Content

{“payload”:{“plainToken”:“iL8jhv9lQrWh1rHwbpcDxg”},“event_ts”:1670515564233,“event”:“endpoint.url_validation”}

Http Request Response

{“plainToken”:“iL8jhv9lQrWh1rHwbpcDxg”,“encryptedToken”:“666ee2d5aeee435703d4533a2886f6ba567b0731109d4c5f46a6b94f75f6af87”}

Zoom Secret Token

someZoomSecretToken

I also check that the response’s “Content-Type” is set to “application/json”, though I’m not 100% this is required. Also, sorry that this forum seems to be formatting my regular quotes as smart quotes.

2 Likes