test.asdc.cc

Multi-app Zoom utility endpoint. Add each Zoom app to /var/www/test.asdc.cc/zoom-app-clients.json, keyed by its client ID.

Webhook Receiver

OAuth Redirect

Use this redirect URL in the Zoom app OAuth settings:

https://test.asdc.cc/redirecturlforoauth?type=user&clientid={clientid}

The callback exchanges code using the matching client secret from the JSON registry and returns the token response. Tokens are not saved on disk.

SDK Signatures

Health

Check service status with GET /health.