Automated Authorization from a third party app

We would like to use the Zoom API to collect phone logs.
Our application is a windows service which is installed on each clients server.
We need to have this all automated - no user interaction required by the client.

Our first problem is in using the OAuth which requires a redirect url and user interaction to obtain the Authorization code.
Is there any way to automate this so that no user interaction is required.

I noticed in one of the forum posts a tech mentions the following
You can also use JWT Tokens which are designed for server to server (no user interaction) authentication.
But in your docs it says: Note: JWT may only be used for internal applications and processes. All apps created for third-party usage must use our OAuth app type.
We would definitely seem to be a third party app so we could not use JWT.

Do I have all of this correct?
Any suggestions would be welcome.

Hi @RodM ,

Happy to answer your questions. Your current understanding is correct! We are in the process of working through an OAuth authentication method that would allow a use case such as this.

Thank you,
Gianni

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.