JWT: Extending Expiration Time

Greetings,

Description
I have created a JWT App without setting up the time expiration or let me say I went with default setting (90 minutes) I used the credentials of JWT App in another web based app which notifys me with the Zoom host token, when an online appointment is booked.
My issue is with token expiration time, becasue the customers are booking days before the appointment and untill that time the token will get expired, because it set as default (90 minutes) and my target is to set it at least 4 days till get expired.

Error
The Zoom token is getting expired and I can’t extend the expiration time under an existing JWT App.

Which App Type (OAuth / Chatbot / JWT / Webhook)?
I am using a JWT App called Amelia.

Which Endpoint/s?
I am using a JWT App to integrate a booking system called TMS Amelia based on Wordpress with Zoom API.

How To Reproduce (If applicable)
N/A

Screenshots (If applicable)
The form doesn’t allow that:
(Sorry! you can’t embed media items in a post.)

Additional context
N/A

Thanks in advance.

Hi, @alexander.kramer,

Thank you for posting in the Developer Forum. You can programmatically extend the JTW expiration time. We have a sample app you can reference to accomplish that:

Let me know if this helps or if you have any clarifications.

Best,
Donte