Skip to content

Adds support for Zoom webhook validation using the Secret Token and x-zm-signature

Joel Steidl requested to merge zoomapi-3345315 into 2.0.x

Webhook validation is released for all new webhooks created after Oct 23, 2022. All webhooks created prior to this date do not require validation unless you modify them. Webhook validation is required for all new and existing webhooks as of October 2023.

This change adds support for validation and then also changing validation to compare the x-zm-signature, which is a more secure option.

Merge request reports