Description
I’m trying to develop a software to create meetings in zoom, but now when I send a post in /users/${userId}/meetings
, it always return me a array of meetings that I created before.
Error
There is no error, It should return my new meeting but return code 200 and the list of meetings already created
Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT
Which Endpoint/s?
http://api.zoom/v2/users/{userId}/meeting
How To Reproduce (If applicable)
Steps to reproduce the behavior:
- Request URL/ POST method / Headers (with a JWT) / Body with the config of the meeting
Screenshots (If applicable)