From d29dd13202a8dadb40d56c2bf67b455fed236d08 Mon Sep 17 00:00:00 2001 From: Chinmay Talekar Date: Wed, 25 Feb 2026 11:35:17 -0500 Subject: [PATCH] Add default rate limit value and support contact email to rate-limiting documentation --- source/index.html.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/index.html.md b/source/index.html.md index 700363e..71b0825 100644 --- a/source/index.html.md +++ b/source/index.html.md @@ -110,8 +110,7 @@ You must replace `SECRETKEY` with your personal API key. # Rate-limiting -The ET Intelligence API will rate limit requests on a per-API key basis. If you exceed your rate limit you will receive an API response with a 429 HTTP status code and a brief message indicating you have exceeded your rate limit. -To increase your rate limit, contact sales. +The ET Intelligence API will rate limit requests on a per-API key basis. The default rate is 200 queries/minute. If you exceed your rate limit you will receive an API response with a 429 HTTP status code and a brief message indicating you have exceeded your rate limit. To increase your rate limit, contact sales or support@emergingthreats.net. > The JSON response associated with an exceeded rate limit should look something like: