POST Device Authorization

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

Request Body

[{"name"=>"client_id", "value"=>"{{oAuthDevClientId}}", "datatype"=>"string"}]

HEADERS

KeyDatatypeRequiredDescription
AuthorizationstringThe string Basic with your Client ID and Client Secret separated with colon (:), Base64-encoded.
Content-Typestring