zoom_refresh_token
Renew Zoom OAuth2 access tokens using refresh tokens and client credentials to maintain uninterrupted API access for Zoom Recordings No-Auth server.
Instructions
Refresh the Zoom OAuth2 access token using the refresh token and client credentials for API access
Input Schema
Name | Required | Description | Default |
---|---|---|---|
zoom_access_token | No | Zoom OAuth2 access token (optional if expired) | |
zoom_client_id | Yes | Zoom OAuth2 client ID for token refresh | |
zoom_client_secret | Yes | Zoom OAuth2 client secret for token refresh | |
zoom_refresh_token | Yes | Zoom OAuth2 refresh token |