撤销应用程序 API 密钥
How to revoke an applicationAPI key.
阅读时间1 分钟最后更新于 13 天前
在开发者门户中的 Organization Settings 页面上启用了 Enable Remote API 复选框时,可以通过使用 cURL、高级 REST 客户端 (ARC) 或 Postman 等工具调用位于
developer-api.vivox.com/api/v1/applications/remote-api/key/revoke以下格式的响应指示已成功撤销了密钥:curl "https://developer-api.vivox.com/api/v1/applications/remote-api/key/revoke" -X POST -d"{\"remoteApiUsername\":\"remote-api-username-from-org-settings-page\",\"remoteApiPassword\":\"remote-api-password-from-org-settings-page\",\"issuer\":\"issuer-from-app-details-page\"}"
{"statusCode":200,"data":"some-new-key"}