Description
Meeting create API fails with 405 status code.
Error
405 Method not Allowed.
Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT App
Which Endpoint/s?
https://api.zoom.us/v2/users/meetings
**How To Reproduce **
Steps to reproduce the behavior:
-
Request Headers
content-type : application/json
Authorization : Bearer $jwt_token -
Request Body : {“topic”:“y”,“type”:2,“start_time”:“2020-03-19T19:52:55Z”,“duration”:30,“timezone”:“Europe/Dublin”,“password”:null,“agenda”:"",“recurrance”:null,“settings”:{“host_video”:false,“participant_video”:true,“cn_meeting”:false,“in_meeting”:false,“join_before_host”:true,“mute_upon_entry”:false,“watermark”:false,“use_pmi”:false,“approval_type”:0,“registration_type”:1,“audio”:“both”,“audio_recording”:“cloud”,“enforce_login”:false,“enforce_login_domains”:null,“alternative_hosts”:""}}
-
Method type : POST
-
Error response
405 Method not Allowed with Zoom Error Body
Checked with the Postman