Token Expiry & Refresh
Tokens issued by the Zirius Pluss API have specific expiration times to ensure security and prevent unauthorized access. It's important to understand the expiry time of Access Token, as well as the process for refreshing tokens when they expire. When the Access Token expires, you can use the Client Id & Client Secret to obtain a new Access Token.
Token Expiry Time:
Access Token: The Access Token issued by the Zirius API expires based on the expiry time that is selected while creating Client Id and Secret. After this period, the token becomes invalid and cannot be used to authenticate requests.
Note:
Ensure that you securely store both the Client Id and Client Secret, as they are required for the token fetch process. Additionally, monitor the expiration times of your tokens and initiate the refresh process before they expire to ensure uninterrupted access to the Zirius API.
By following these steps, you can effectively manage token expiry and refresh for continued authentication with the Zirius API.
Last updated