429 (Too Many Requests): POST /oauth/token

Hi there,

I have hit the issue when calling the authentication endpoint /oauth/token as forgot to verify the user email before sending a burst of request in the background job, but I am just wondering how long in time do we normally need to wait before calling it again for the 429 error could pass away? last time I probably tried after waiting for more than a week before it worked again, so is there another way to quickly unblock/reset it, or is it gonna work for a different IP address?

Thanks,
Niki

1 Like

Hi @niki.yuan

See this page: Rate Limit Policy

The rate limit headers will tell you how long til the reset.

John