user:read:admin
user:read
Light
curl --location --request GET 'http://api.zoom.us/v2/users//token'
{
"token": "string"
}
me
as the value for userId.token
- Used for starting meetings with the client SDK. This token expires in 14 days and a new token will be returned after the expiry.zak
- Used for generating the start meeting URL. The token expiration time is two hours. For API users, the expiration time is 90 days.type
field where the value of type
field is zak
. The value of this field denotes the expiry time of the zak
token in seconds. For example, if you would like the zak token to be expired after one hour of the token generation, the value of this field should be 3600
.【Zoom】API开发者 微信交流群
用微信扫右侧二维码,加入【Zoom】API开发者 交流群,互助沟通