Zoom — server-to-server OAuth
zoom/api · version 1
envs add zoom/api
This declares the keys below in your catalog and sets none of them. A template is a schema for keys; it never carries a value.
| Key | Needed | Kind | Notes |
|---|---|---|---|
ZOOM_ACCOUNT_ID |
required | secret | One of the three values a server-to-server app presents. Zoom states no sensitivity for any of them, which is why all three are secret here.. where to get it |
ZOOM_CLIENT_ID |
required | secret | The second. Zoom calls these app credentials without dividing them.. where to get it |
ZOOM_CLIENT_SECRET |
required | secret | The third. Zoom never says to keep it private, which is almost certainly an omission rather than a position, but this registry records what a provider states. Regenerating replaces the value in place.. where to get it |