What will happen if I refresh the token after I have reached the API limit of some endpoint? Ideally, a new access token (requested via refresh token) should now be able to fetch successfully.
However, no matter how many times I refresh the token, once the rate limit reaches, refreshed access token doesn’t work.
Please tell me if I am wrong in assuming so.
Thanks