Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 JWT 令牌调用缩放 API,但它返回:
{ "code": 200, "message": "Account does not enabled REST API." }
我正在使用的查询是:
POST https://api.zoom.us/v2/users Headers: Authorization: Bearer access_token
如何为我的 zoom 帐户启用 REST API?
如果您使用免费帐户 api 将不支持所需的付费计划。如果您尝试过 Developer api,那么在这种情况下,您的试用 api 将过期。