Skip to content

Commit 600cc8d

Browse files
nenizeraharshil1712
authored andcommitted
[Fundamentals] Update api-rate-limits.mdx (#18499)
1 parent 89a0104 commit 600cc8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/partials/fundamentals/api-rate-limits.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
---
55

6-
The global rate limit for the Cloudflare API is 1200 requests per five minutes per user, and applies cumulatively regardless of whether the request is made via the dashboard, API key, or API token.
6+
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.
77

8-
If you exceed this limit, all API calls for the next five minutes will be blocked, receiving a HTTP `429` response.
8+
If you exceed this limit, all API calls for the next five minutes will be blocked, receiving a `HTTP 429 - Too Many Requests` response.
99

1010
Some specific API calls have their own limits and are documented separately, such as the following:
1111

0 commit comments

Comments
 (0)