All Mutual TLS Origin Keystore API endpoints limit throughput to a certain number of requests in a given time period. These limits are set per account regardless of the number of users or API credentials from that account accessing this API. The API returns a status code of 429 if these rate limits are exceeded.
The limits are:

  • Maximum limit of 300 requests per minute, per account.
  • Short-term rate limit of 100 requests within 24 hours, per account.

🚧

Rate limit change

Rate limits may change without prior notice to protect and ensure platform stability.

This an example of a 429 response:

{
"detail": "Too many overall requests to the service. This is unrelated to your client's rate limit. Please try after 2024-07-22T06:23:37.255Z",
"httpStatus": "429 TOO_MANY_REQUESTS",
"title": "Global Service Rate Limit Exceeded",
"type": "global-rate-limit-exceeded"
}