Hi everyone,
I’m working on integrating Zoom with AppMaster and have been following the official tutorial here:
How to use Zoom module | AppMaster
As part of the setup, the Zoom module asks for an API Key and API Secret.
To get these credentials, I created a Server-to-Server OAuth App in the Zoom Marketplace. The app provided me with:
- Account ID
- Client ID
- Client Secret
Here I have used Client Id as API key in the module and Client Secret as API secret
I’m getting error : 401-Unauthorized.
I’m unsure whether:
- The Server-to-Server OAuth app is the correct type for this integration,
- I should be using General App or Webhook Only App instead,
- Or if there’s a different authentication method I should follow within AppMaster.
Has anyone successfully integrated Zoom using this approach? Any guidance or clarification on the correct app type and authentication setup would be greatly appreciated!
Thanks in advance.