Master List of JSON Objects?

We have an app that leverages the openApi specification. Whenever we change the api, we can just visit “thesiteurl/openapi.json” which is consumed by the front-end (React) app.

We need to integrate with zoom in a .NET MVC/C# app and I’m not looking forward to manually building all of the classes of the JSON objects that get sent/returned from the API calls. Is there a “master” json object that I can download to generate my classes?

Hey @JTrelfa,

Thank you for reaching out to the Zoom Developer Forum. Please see the following article for more information on using the Zoom Open API specification:

https://medium.com/zoom-developer-blog/zoom-api-openapi-specification-5f52e362738d

I hope that helps! Let me know if you have any questions.

Thanks,
Max

1 Like

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