Getting 400 Error While Creating Meeting Using API From Last Night
Simple Meeting Object Using JSON Request With Bearer Token
{
“topic”: “Test Meeting”,
“type”: 2,
“start_time”: “2020-12-21T08:30:00Z”,
“duration”: 55,
“timezone”: “Asia/Calcutta”,
“password”: “”
}
Getting Response :
{StatusCode: 400, ReasonPhrase: ‘’, Version: 1.1, Content: System.Net.Http.StreamContent, Headers:
{
Connection: keep-alive
x-zm-trackingid: WEB_e96267f560e3a3fc690598cf40689d1e
X-Content-Type-Options: nosniff
Pragma: no-cache
.
.
.
.
Content-Length: 26
Content-Type: application/json; charset=UTF-8
Expires: Thu, 01 Jan 1970 00:00:00 GMT
}}