imchat:bot
Medium
/oauth/token
endpoint with grant type as client_credentials
. https://api.zoom.us/oauth/token?grant_type=client_credentials
as the endpoint for the request.Basic base64Encode({client_id}:{client_sceret})
curl --location --request POST 'http://api.zoom.us/v2/im/chat/messages' \
--form 'account_id=""' \
--form 'content=""' \
--form 'robot_jid=""' \
--form 'to_jid=""'
{}
【Zoom】API开发者 微信交流群
用微信扫右侧二维码,加入【Zoom】API开发者 交流群,互助沟通