1👍
You can easily achieve this by zoom API. Follow this link: https://marketplace.zoom.us/docs/api-reference/zoom-api
You will need to get an API key and a secret key from the zoom jwt app and you can proceed with that. Also, remember to check the zoom compliance issues. You can only manage meetings within your own account and you cannot run more than one concurrent meeting.
If everything looks good, you can hit the zoom API with an API key and signed jwt(https://marketplace.zoom.us/docs/guides/auth/jwt#generating-jwts) and get the JSON response. Check request and response schema at the zoom api docs.
Source:stackexchange.com