Logo
Zoom Public API Documentation

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

Number of APIs: 3


1. Refresh access token

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



2. Revoke an access token

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



3. Request user authorization PKCE

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



ENDPOINTS