Zoom API - Get and Refresh JWT Using Shortcuts

Hey Everyone,

I have made a Shortcut that use the Zoom API one to Join and or Create a Meeting. The problem is that the JWT (JSON Web Token) expires after 90 minutes even if I change time limit in my Zoom Developer account. Does anyone have any idea of how I could automatically refresh and get the JWT using Shortcuts?

Zoom Meeting Shortcut

JWT with Zoom Documentation

Zoom Rooms API Documentation - I used this to figure the “Meetings” API which doesn’t seem to have any documentation written for it…

A much lower priority but Bonus points if you can get the date, time and timezone to work properly and not default to what the heck it feels like… :rofl: I had the same issue in Zappier and IFTTT so I think there maybe something wrong with the API itself. :man_shrugging:

Any help would be greatly appreciated!!

Thanks you!! :blush:

I don’t n ie the Zoom API, but most APIs they use a token have a way of refreshing it or requesting a new one. It’s usually a minor pain once you figure it out, but doable.