Expire Token API

How to extend life time to JWT Token.
The expiration time is defaulted to 90 mins.
and I did choose “Other” and extend to 01/01/2050
when I browse back App Credentials, it is back to 90 mins.
In general, I just need a token that can last around 90 days and we have API written in c# that need token

Hi @it13, these tokens you see in the Marketplace app are only intended to be used for testing. They will always default back to 90 minutes in that sample generator, as it resets based on the generation time.

To generate unique tokens on each request, please our JWT Authorization docs. Let us know if we can help any further!