Hello, I am trying to get the API to work with the Server to Server oAuth app. I got the API to work on postman with the credentials. I was just wondering since JWT is being deprecated is there a way to get the Access Token that we need to call in order to use the API to last longer than one hour? Just wondering because if we are trying to implement this live, there really isn’t a way for us to store the access token for an hour and most likely will be used longer than an hour (random times throughout the day)
Is the only solution storing that access token? Or would it be better to just get a new access token each time the API is being called?