Discussions
Getting 429
about 1 year ago by Rohit Narwani
Hi,
We are getting 429 for different Degreed end-points with the error message -
"code": "quota-exceeded",
"status": 429,
"title": "API calls quota exceeded.",
"detail": "Maximum 70 requests allowed per 1m."
Please clarify -
- Is this rate limit defined per consumer or per API? If I am using one client id to generate a token and then using the same to call different APIs, is the rate limit being set per client id or per API call using the same client id?
- How we can resolve this. If this is defined at a client id/consumer level, would getting multiple client ids help?
- How to get multiple client ids?
Thanks