A 429 Too Many Requests
response indicates that you’ve exceeded the API’s rate limits. That is, you sent more requests than allowed for your account within the specified time window. See Rate and resource limiting for details on rate constraints.
In this example, the request failed because the account rate limit was exceeded. The response shows when you can retry (rateLimitNext
).
{
"rateLimitNext": "2023-11-08T05:49:55.123456Z",
"instance": "/mtls-edge-truststore/error-types/account-rate-limit-exceeded?traceId=-8494562331894707338",
"rateLimit": 2,
"detail": "Quota has been exhausted. You can submit the request after 49 seconds",
"type": "/mtls-edge-truststore/error-types/account-rate-limit-exceeded",
"title": "Account Rate Limit Exceeded",
"rateLimitRemaining": 0,
"status": 429
}