Token Expiry & Refresh
Tokens issued by the iTella API have specific expiration times to ensure security and prevent unauthorized access. It's important to understand the expiry time of access tokens, 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 iTella 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 the 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 iTella API.
By following these steps, you can effectively manage token expiry and refresh for continued authentication with the iTella API.
Last updated