From 6990c243775c4246b84e1e525ce6121100237d3d Mon Sep 17 00:00:00 2001 From: Mike Escalante Date: Tue, 4 Mar 2025 11:23:46 -0800 Subject: [PATCH] Update API token quota values --- src/content/partials/fundamentals/api-rate-limits.mdx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/content/partials/fundamentals/api-rate-limits.mdx b/src/content/partials/fundamentals/api-rate-limits.mdx index 4f5a2437e0de1ef..26dc6e8f50085e0 100644 --- a/src/content/partials/fundamentals/api-rate-limits.mdx +++ b/src/content/partials/fundamentals/api-rate-limits.mdx @@ -10,9 +10,8 @@ | Client API per user | 1200/5 minutes | | Client API per IP | 200/second| | GraphQL | Varies by query cost. Max 320/5 min| -| API token quote[^1] | 500/Account | - -[^1]: The limit applies to both user and account owned API tokens. +| 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.