Quick question here, as I'm just dipping my toes into NetSuite Rest integrations for the first time.
I have a standard Oauth2.0 flow successfully authenticating with Access Token/Refresh token, but the access tokens expire after 3600 seconds.
The system I'm working with to talk to NetSuite only wants to do an Access Token as they don't have Refresh/Access flows yet.
Is there a way to increase the expiry of the access token from NetSuite to 24 hours or even longer?
Every day I can run a scheduled process from NetSuite to "subscribe" to the other system and provide them with the required Access token.