Programmatically checking if zoom links are valid

Hi

I support a site that displays 800 support group meetings. aa-London.com

We currently manually check that the zoom link and password are valid and if not we don’t allow the meeting on the site.

I would like to automate something in python that could go through them and check their validity as it’s quite time consuming for our volunteers to check.

Is this possible?

Thanks
Chris

Hey @Chriswedgwood,

Thank you for reaching out to the Zoom Developer Forum. Just to confirm, users are supplying their own meeting URLs and passwords, is that correct? If so, you may want to look into using an OAuth App to create the meetings on the user’s behalf. In this fashion, you would be able to ensure that the URLs and passwords are generated directly from Zoom.

Let me know if that helps.

Thanks,
Max

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