We want to integrate a function in our application that will allow our customer to create a scheduled meeting in their own Zoom accounts. We will not have a Zoom account, but simply provide an integration when an appointment is created in our product.
The process is, customer logs into our application and provides a Zoom API key or token. They schedule an appointment. Our application creates a scheduled meeting in the customer’s zoom account and displays the link.
Tried looking for documentation but everything is geared towards building an app to integrate with your own Zoom account.
Some direction would be great!