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 API key & Secret Key to obtain a new Access Token

Token Expiry Time:

  • Access Token: The Access Token issued by the Zirius API expires after 60 minutes. After this period, the token becomes invalid and cannot be used to authenticate requests.

Note:

Ensure that you securely store both the Api Key and Secret Key, 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