Thanks for reaching out about this, and happy to help.
In order to debug, can you please share the full request body you’re using? In the meantime, please make sure you’re setting the Content-Type to application/json.
Hi Will,
Thanks for your quick reply.
Meanwhile I found out that the Postman collection “Zoom API” was causing the problem: they set the wrong content-type in their call. After adjusting it, the call works fine.
Hi Will,
Ah, very good; I didn’t know that the Postman collection comes from your side.
I had to change the content type to application/json (as you said already) and to specify the body in raw JSON.
I find Postman very handy for testing any REST API.
Thank you for the update. I use the collection frequently for testing myself and have noticed this same issue. We’ll look into updating it so this isn’t a problem in the future. (DEVELOPERS-1004)