diff --git a/src/content/docs/cloudflare-one/account-limits.mdx b/src/content/docs/cloudflare-one/account-limits.mdx index f895913839d1b6a..d0fa0d469ec8bcb 100644 --- a/src/content/docs/cloudflare-one/account-limits.mdx +++ b/src/content/docs/cloudflare-one/account-limits.mdx @@ -42,6 +42,7 @@ This page lists the default account limits for rules, applications, fields, and | Lists | 100 | | Entries per list (Standard users) | 1,000 | | Entries per list (Enterprise users) | 5,000 | +| List API requests per minute | 60 | | DNS Logpush jobs | 5 | | HTTP Logpush jobs | 5 | @@ -94,7 +95,7 @@ This page lists the default account limits for rules, applications, fields, and ## WARP -| Feature | Character limit | -| ----------------------------- | ------------------ | -| Device profile expression | 10,000 | -| Combined Split Tunnel and Local Domain Fallback entries per device profile | 1,000 | +| Feature | Character limit | +| -------------------------------------------------------------------------- | --------------- | +| Device profile expression | 10,000 | +| Combined Split Tunnel and Local Domain Fallback entries per device profile | 1,000 | diff --git a/src/content/docs/cloudflare-one/policies/gateway/lists.mdx b/src/content/docs/cloudflare-one/policies/gateway/lists.mdx index f2498da54f7f91e..9066460a9c7a892 100644 --- a/src/content/docs/cloudflare-one/policies/gateway/lists.mdx +++ b/src/content/docs/cloudflare-one/policies/gateway/lists.mdx @@ -58,3 +58,7 @@ Lists cannot have duplicate entries. Because hostnames are converted to [Punycod ### Extended email addresses + +### API rate limit + +You can send 60 requests to the [Gateway Lists](/api/resources/zero_trust/subresources/gateway/subresources/lists/) endpoint per minute. If you exceed the rate limit, Cloudflare will block subsequent requests for 120 seconds. diff --git a/src/content/partials/fundamentals/api-rate-limits.mdx b/src/content/partials/fundamentals/api-rate-limits.mdx index 236c4fe90ba7c16..154d95953b444df 100644 --- a/src/content/partials/fundamentals/api-rate-limits.mdx +++ b/src/content/partials/fundamentals/api-rate-limits.mdx @@ -1,17 +1,16 @@ --- {} - --- ## API token limits -| Type | Limit | -|------|-------| -| Client API per user | 1200/5 minutes | -| Client API per IP | 200/second| -| GraphQL | Varies by query cost. Max 320/5 min| -| User API token quota | 50 | -| Account API token quota | 500 | +| Type | Limit | +| ----------------------- | ----------------------------------- | +| Client API per user | 1200/5 minutes | +| Client API per IP | 200/second | +| GraphQL | Varies by query cost. Max 320/5 min | +| User API token quota | 50 | +| Account API token quota | 500 | :::note The global rate limit for the Cloudflare API is 1200 requests per five minute period per user, and applies cumulatively regardless of whether the request is made via the dashboard, API key, or API token. @@ -21,9 +20,10 @@ If you exceed this limit, all API calls for the next five minutes will be blocke Some specific API calls have their own limits and are documented separately, such as the following: -* [Cache Purge APIs](/cache/how-to/purge-cache/#availability-and-limits) -* [GraphQL APIs](/analytics/graphql-api/limits/): 300 GraphQL queries over 5-minute window -* [Rulesets APIs](/ruleset-engine/rulesets-api/#limits) -* [Lists API](/waf/tools/lists/lists-api/#rate-limiting-for-lists-api-requests) +- [Cache Purge APIs](/cache/how-to/purge-cache/#availability-and-limits) +- [GraphQL APIs](/analytics/graphql-api/limits/) +- [Rulesets APIs](/ruleset-engine/rulesets-api/#limits) +- [Lists API](/waf/tools/lists/lists-api/#rate-limiting-for-lists-api-requests) +- [Gateway Lists API](/cloudflare-one/policies/gateway/lists/#api-rate-limit) Enterprise customers can also [contact Cloudflare Support](/support/contacting-cloudflare-support/) to raise the Client API per user, GraphQL, or API token limits to a higher value.