Example API call methods

I’m trying to make a call to the API for creating instructor, creatings a meeting, etc… within my codebase and was curious if there were some examples that could be provided of methods written that do this?

The API call would be using a hard coded token value for the time being.

This would most likely be done in C# as well.

Thank you!

Hey @blobula, thanks for posting and using Zoom!

For the hard coded token value, use a JWT App to generate a JWT Token.

Also, there is sample code on each of our API endpoint pages in the “Send a Test Request” section. Here is the Create Meeting Endpoint:

Thanks,
Tommy