POST Device Authorization
POST https://zoom.us/oauth/devicecode
Request Body
[{"name"=>"client_id", "value"=>"{{oAuthDevClientId}}", "datatype"=>"string"}]
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 |