Logo
Zoom Public API Documentation

API Authorization & Authentication-Legacy Applications-OAuth App-OAuth 2.0

Number of APIs: 4


1. Request access token

POST https://zoom.us/oauth/token



2. Revoke an access token

POST https://zoom.us/oauth/revoke



3. Refresh access token

POST https://zoom.us/oauth/token?grant_type=refresh_token&refresh_token={{oAuthDevRefreshToken}}



4. Request user authorization

GET https://zoom.us/oauth/authorize?response_type=code&client_id={{oAuthDevClientId}}&redirect_uri={{oAuthDevRedirectUri}}



ENDPOINTS