Issues with zoom API (JWT) | Community
Skip to main content
Newcomer
January 16, 2023
Question

Issues with zoom API (JWT)

  • January 16, 2023
  • 1 reply
  • 4 views

Hello,

 

We have integrated zoom API (JWT) in one of our product. After entering Zoom API and secret key we are getting error. Kindly check the attached screenshot.

 

Also JWT is showing App type will be deprecated. 

Please look into this matter and assist.

Waiting for the response.

    1 reply

    Community Champion | Employee
    January 16, 2023

    @ravikushwah the time out would indicate that you specified too short of a window for the token.  If you extend it to last longer, the error should go away.  ( Make sure you are programmatically generating a new token after each transaction).

     

    I am not sure what you would like us to look into regarding the JWT being depreciated.  We have implemented server-to-server OAuth, and all new applications should use that instead of JWT.  The timeline is there to give everyone using a JWT application currently time to move off of JWT and onto the Server-to-Server OAuth.