From 971c8ddfd32b0385da92acf765a30b944888cfbc Mon Sep 17 00:00:00 2001 From: Nathan Arthur Date: Wed, 11 Jun 2025 06:08:14 -0400 Subject: [PATCH] add rate limiting docs --- src/api-v1.md | 7 +++++++ src/api-v2.md | 6 ++++++ 2 files changed, 13 insertions(+) diff --git a/src/api-v1.md b/src/api-v1.md index 8d92b3e..0c789d2 100644 --- a/src/api-v1.md +++ b/src/api-v1.md @@ -60,6 +60,13 @@ curl -X GET "https://api.taskratchet.com/api1/me" \ ``` ::: +## Rate Limiting + +| Route | Period | Limit | +| ------------------------ | ------- | ----- | +| `/api1/*` | 15 minutes | 100 requests | +| `/api1/me/tasks` | 15 minutes | 10 requests | + ## Schema Base URL: diff --git a/src/api-v2.md b/src/api-v2.md index faf7092..a52a2b0 100644 --- a/src/api-v2.md +++ b/src/api-v2.md @@ -19,6 +19,12 @@ curl "https://api.taskratchet.com/api2/me" \ Please reach out to support@taskratchet.com to get an API key. +## Rate Limiting + +| Route | Period | Limit | +| ------------------------ | ------- | ----- | +| `/api2/*` | 15 minutes | 100 requests | + ## Schema Base URL: