API access token expiration

Hello,

We notice that the expiration time for bearer API access token is 600 sec.

Does anyone how to increase this expiration time?

Best regards,

Sorin

 

Just save the timestamp when the token is running out. Before every request just check if the expiresdate < current_date, if yes just logging again and save the new token.