The OAuth token used to make this call expired with a future time

This has been happening to me for over a week. It keeps telling me the token has expired, when I know I generate the token for the following example at 5:23AM EST.

I made several calls at 6:00AM EST this morning -- and they came back with an expire error -- but the expiration time in the error result is hours in the future (error below).

Please advise how to fix. Tokens should be good for 6 hours or until you generate a new one, correct?

401
{“status”:“error”,“message”:“The OAuth token used to make this call expired 7 minute(s) ago.”,“correlationId”:“689caeed-95e4-4c50-962f-650681094a6d”,“category”:“EXPIRED_AUTHENTICATION”,“context”:{“expire time”:[“2021-11-15T10:53:04.661Z”]}}

Thanks!

Hi @VEspo and thank you for writing in the forum.
HubSpot has reduced the access token expiry period from 6 hours to 30 minutes as it was announced in the Developer Changelog recently, so you are probably experiencing that issue.
Hope my answer was helpful, if so please mark it as a solution.

Thanks! I missed that one