Discussions

Ask a Question
Back to All

Getting 429

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 -

  1. 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?
  2. How we can resolve this. If this is defined at a client id/consumer level, would getting multiple client ids help?
  3. How to get multiple client ids?

Thanks