Getting error while renew token

Hi All
I am getting error while renew token
Invalid refresh token

stdClass Object
(
[message] => Invalid refresh token
[type] => service.not_authorized
)

I need help to renew these tokens

If your getting the invalid refresh token that would mean that the access token was revoked. Once an access token is revoked the refresh token is no longer valid. :slightly_smiling_face: