when exactly does the access token expire for the day

vasisht
Hi,
In one of my earlier questions i was told that the access token expires anywhere between 4am to 6am everyday.i want to know if there is an exact time when it expires everyday so that i can stop my historical data request before that.

Thanks
Vasisht
  • sujith
    You don't need to do that. You can keep fetching it until you get 403 and stop it once you get 403.
    You need to re-login and use a new access token post that.
    It is cleared in between 06:45 AM to 07:30 AM
  • vasisht
    @sujith by "cleared",you mean access token expires between 6:45 am to 7:30 am.am i right?
  • rakeshr
    @vasisht
    Yes, we forcefully expire all previous access_token between given period.
This discussion has been closed.