curl --location --request GET 'http://prod-cn.your-api-server.com/accounts/'
{
"owner_email": "jchill@example.com",
"account_number": 123456789,
"account_type": "Free",
"owner_id": "654321FEDCBA",
"account_name": "Account1",
"options": {
"pay_mode": "master",
"room_connector_list": [
"[\"192.0.2.1\",\"198.51.100.1\"]"
],
"billing_auto_renew": false,
"share_rc": false,
"meeting_connector_list": [
"203.0.113.1"
],
"share_mc": false
},
"created_at": "2021-07-21T17:32:28Z",
"id": "ABCDEF123456",
"vanity_url": "https://vanity.example.com",
"seats": 1,
"subscription_end_time": "2022-07-21T17:32:28Z",
"subscription_start_time": "2021-07-21T17:32:28Z"
}
扫码加 ZOOM 开发者 微信交流
在这里,获得 ZOOM API 文档 使用上的任何帮助,快速上手让你的研测效率得到大幅提升