Logo
Zoom Public API Documentation

POST Device Authorization

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

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Authorization
string The string Basic with your Client ID and Client Secret separated with colon (:), Base64-encoded.
Content-Type
string




RESPONSES

status





Curl
curl -X POST 'https://zoom.us/oauth/devicecode' -H 'Authorization: Basic [Client_ID:Client_Secret Base64-encoded]' -H 'Content-Type: application/x-www-form-urlencoded'

ENDPOINTS