Zoom Recordings No-Auth

by peakmojo
Verified

zoom_refresh_token

Generate a new Zoom OAuth2 access token using a refresh token and client credentials to maintain uninterrupted API access for Zoom Recordings No-Auth.

Instructions

Refresh the Zoom OAuth2 access token using the refresh token and client credentials for API access

Input Schema

NameRequiredDescriptionDefault
zoom_access_tokenNoZoom OAuth2 access token (optional if expired)
zoom_client_idYesZoom OAuth2 client ID for token refresh
zoom_client_secretYesZoom OAuth2 client secret for token refresh
zoom_refresh_tokenYesZoom OAuth2 refresh token

Input Schema (JSON Schema)

{ "properties": { "zoom_access_token": { "description": "Zoom OAuth2 access token (optional if expired)", "type": "string" }, "zoom_client_id": { "description": "Zoom OAuth2 client ID for token refresh", "type": "string" }, "zoom_client_secret": { "description": "Zoom OAuth2 client secret for token refresh", "type": "string" }, "zoom_refresh_token": { "description": "Zoom OAuth2 refresh token", "type": "string" } }, "required": [ "zoom_refresh_token", "zoom_client_id", "zoom_client_secret" ], "type": "object" }

You must be authenticated.

Other Tools from Zoom Recordings No-Auth

Related Tools

ID: 1ldbxffzpy