API to retrieve course meetings & recordings

We’re looking into the LTI integration between our LMSes and Zoom. (LTI Pro app I think) This integration lets you schedule meetings for a course in the LMS, hosted by the course instructor and attended by students. When you look in the LMS, it displays the Zoom meetings for the course. These meetings will also show up in people’s Zoom account outside the LMS.

We’d like to be able to automate the creation and management of course meetings. I can see in the UI for the LTI integration that it uses an API like https://applications.zoom.us/api/v1/lti/rich but that API does not seem to be documented. Could we use this or a similar API to access course meetings programmatically?

Asked another way: If we have a course in our LMS, and create a meeting through the LTI Pro tool, what method if any is there to use an API to find this meeting and distinguish it from other meetings from other courses or from outside the LTI integration? How can we use an API to create a meeting as if it had been created through the LTI Pro tool for a particular course?

Thanks for your help.