I am on the free tier and ran through some tests with the incorrect password (as a result no tokens were cached)
As a result, I have hit the rate limit on /oauth/token.
1st question is: is there a way to check the remaining quota on the endpoint instead of calling it? My sense is that because I keep on hitting the same endpoint to find out, the Rate Limit doesn’t recover.
2nd Question: I may be a bit impatient, but 4 hours later, I’m still getting HTTP 429s. How long should I wait for the recovery ?
The only way I can find per-endpoint rate limit info is directly in the request.
It sounds like something else is consistently calling this endpoint and hitting the limit.
Do you see any information in your logs? Hitting the token endpoint rate limit usually indicates a loop or something that is causing an unexpectedly large number of requests. I think the free tier is 30 requests/sec or 300/minute.