Description
Hi, this is my first time integrating zoom API with my application so I am pretty new to this, I’ve done some research and setup my account and test environment for Postman. I want to handle users and create meetings through zoom for consultancy and stuff for the users on my App, so that the users could just click and schedule a meeting with the admin.
Error
When I call other API’s like list-users or list-meetings, they are working completely fine, but when I am trying to create-meeting through postman, it is returning 500 internal server error. In the API documentation they have not listed 500 response, so it confused me a little.
(+ I would really appreciate if some one could explain the flow I should follow to integrate it to my app )
Meeting API Endpoint
/users/:userid/meetings
Screenshot of the Response