Using 'Integration Authentication' from user profile

Hi,

I’m trying to write code that will allow users of my app to transfer their recordings from Zoom.

I figured that the most straightforward way would be to use their API credentials in the key and secret from the ‘Integration Authentication’ section at the very bottom of https://zoom.us/profile/setting.

I tried out a simple API call https://api.zoom.us/v2/users with the Integration Authentication key and secret from my own account, and receive { code: 124, message: ‘Invalid access token.’ }

Making exactly the same call using a key generated at https://developer.zoom.us/me/# succeeds. I don’t want to require my users to have to create an “App”

Am I doing something wrong? Is the Integration Authentication key and secret for something else entirely?

Thanks in advance,

James

Hi James, 

To make an API call you will need to use API Key/Secret from developer.zoom.us. The Integration Authentication is not for APIs, it’s used for integrations such as Zapier. 

Thanks