OAuthToken usage does not work anymore

Hello,

I used until today the OAuth token API to call the Stuart api https://api.stuart.com it worked but it seems that it is no longer possible, I get when using it, the message “INVALID_GRANT The access token was revoked”
Can you confirm this for me please?
Thanks,
Cordially

Hello @darcheville95,

In order to authenticate to the Stuart API you still need an access token.
As explained in our documentation this token has an expiration time of one month
until when it needs to be renewed.

If you try to authenticate with a token that has expired, you will indeed receive an error of type “INVALID_GRANT”.
To handle such errors in the future, make sure you have a retry mechanism in place that allows your token to be renewed.

You can read this post to learn about our best practices for authentication.

Thank you for your message