JWT token generation
-
How can I generate access token with new expiry using refresh token?
-
Hello @AakashR1,
This process is described in our documentation at Documentation link .
Please note that Derived token validity will be equivalent to original token validity, i.e. newly generated JWT token will have same validity as the original token.
To generate a token with new expiry, you will have to login again and get the token from login response.
Thank you.
Regards
SmartAPI Team