API Authorization & Authentication-Unified Build Flow Application-OAuth App Authorization & Authentication-OAuth 2.0 Number of APIs: 4 Request user authorization GET https://zoom.us/oauth/authorize?response_type=code&client_id={{oAuthDevClientId}}&redirect_uri={{oAuthDevRedirectUri}} Request access token POST https://zoom.us/oauth/token Refresh access token POST https://zoom.us/oauth/token?grant_type=refresh_token&refresh_token={{oAuthDevRefreshToken}} Revoke an access token POST https://zoom.us/oauth/revoke