Hi Team,
Is there any way to provide Token Expiry Date for the login Rest API.
What is the Default Expiry time of a Token?
Hi Team,
Is there any way to provide Token Expiry Date for the login Rest API.
What is the Default Expiry time of a Token?
Authentication tokens last 30 houra and the interval is not configurable. In your code you can look for 401 reaponses and then reauthenticate to get a new token.
Thanks Doron for the Quick response.