Lyftrondata Zoom Provider
The Lyftrondata API Profile for Zoom allows you to query data from Zoom. The Zoom profile is a single file (i.e. zoom.apip) which is meant to be used with the Lyftrondata API Driver. The profile contains the table definitions and other Zoom specific metadata that the Lyftrondata API Driver uses to connect to Zoom.
To use the Zoom Profile set the Profile property of Lyftrondata API Driver to the path of the Zoom profile, as well as the other connection properties specified in the documentation below. Once the Lyftrondata API Driver has been configured, you can issue SQL queries to access data from any of the Zoom Tables.
Connecting to Zoom
To authenticate to Zoom, you can use the OAuth standard to connect to your own data or to allow other users to connect to their data.
Using OAuth Authentication
First you will need to create an OAuth app. Navigate to https://marketplace.zoom.us/develop/create and click Create under the OAuth section. Select whether or not the app will be for individual users or for the entire account, and uncheck the box to publish the app. Give the app a name and click create. You will then be given your Client Secret and Client ID.- OAuthClientID: Set this to the OAuth Client ID that is specified in your app settings.
- OAuthClientSecret: Set this to the OAuth Client Secret that is specified in your app settings.
- CallbackURL: Set this to the Redirect URI you specified in your app settings.
- InitiateOAuth: Set this to GETANDREFRESH. The Lyftrondata API Profile for Zoom will automatically walk through the OAuth process in order to obtain the access token.