Additional context
i am continously getting {“code”:300,“message”:“Request Body should be a valid JSON object.”} below is the Json body. "{ ““topic””: ““Demo Zoom API””, ““type””: "“2"”, ““start_time””: "“2021-05-06T17:00:00"”, ““duration””: ““120"”, ““timezone””: ““UTC””, ““agenda””: ““DEMO Meeting””}”
It looks like your JSON request body is invalid—I see that you have extra quotes around each field. You will want to make sure you’re formatting your body correctly. I recommend leveraging the embedded Postman tool located in our documentation on the bottom of this page for reference
Hi Will,
I was able to create the meeting. The issue was the bodyType selected was “application/xml” instead of “application/json” hence it was showing invalid json object.
I have one question related to the JWT Token. I do not want the JWT Token to expire. At the moment it expires after every 90 min. Even if i increase the expiration time, it sets back to 90 min again. please suggest how can i set the expiration time for a longer time.
Hi, @vinit.patil,
Great question! Aside from the App Credentials tab in the Marketplace (see screenshot below), you can set the expiration time for a longer time at https://jwt.io/ . Timestamps are in Unix epoch format.