API-8126
The authorization code or refresh token is not valid
Why it happens
An authorization code is used once within a minute, with the redirect address, app and PKCE verifier the authorization started with, and a refresh token is used once before it expires. The one sent does not match that, or the app was uninstalled.
What to do
Start the authorization again to get new tokens.
- HTTP status
- 400
- Retrying does not help