Error: Request Body Requires Valid JSON Object --- However, JSON is Valid

I am getting an error when I try to use my API call to create a meeting.

I have setup the JSON body and it is valid. I used a validator that I found a link to from this post by @ojus.zoom

Not sure why I am getting the error about a valid json object.

Hey @boston85719,

Thank you for reaching out to the Zoom Developer Forum. What is the error that you’re seeing when using this API?

Thanks,
Max

This was actually my issue…I wasn’t recognizing that the ‘type’ needed to be an integer, and instead I was sending a string value.

Aha, glad that was all it was! :slight_smile:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.