"Access token is expired" error in JWT app

Thanks Will,

I’m new to JWT and APIs. I have enabled webhooks inside the JWT app. I think the token is set to expire every 90 mins. I want to listen to the “Meeting Ended” events at the account level that’s why I went with JWT app.

I was under the assumption that using the JWT app would mean I don’t have to worry about a token refresh of expiry? Do you think the token is getting expired is causing the issue? Can you point me to some documentation that talks about how to handle expiring jwt tokens?

  • koba