Hi,
I’m building a Zoom Marketplace app called AKADEMO (app ID: W2jPo9CJR0uZbFnEWtBF7Q) and need manual verification for the domain workers.dev.
My webhook endpoint URL is:
https://akademo-api.alexxvives.workers.dev/webhooks/zoom
The reason I cannot verify workers.dev through the standard methods (TXT record, HTML file, or meta tag) is that workers.dev is Cloudflare’s platform domain — I do not own or control its DNS or root homepage. My API runs as a Cloudflare Worker, which is hosted under a subdomain of workers.dev assigned by Cloudflare.
My actual owned domain is akademo-edu.com, which I have already verified via meta tag.
The webhook endpoint is production-ready:
-
Handles Zoom’s URL validation challenge (
endpoint.url_validation) -
Verifies all events using HMAC-SHA256 x-zm-signature with replay protection
Please let me know what steps are needed to complete manual verification for this domain.
Thank you