{
"attendees": [
{
"name": "Jill Chill"
}
],
"ttl": 7200
}
curl --location --request POST 'http://prod-cn.your-api-server.com/accounts//meetings//invite_links' \
--header 'Content-Type: application/json' \
--data-raw '{
"attendees": [
{
"name": "Jill Chill"
}
],
"ttl": 7200
}'
{
"attendees": [
{
"join_url": "https://example.com/j/11111",
"name": "Jill Chill"
}
]
}
扫码加 ZOOM 开发者 微信交流
在这里,获得 ZOOM API 文档 使用上的任何帮助,快速上手让你的研测效率得到大幅提升