From e806331432ea3fb65381243c4d1c905f760004db Mon Sep 17 00:00:00 2001 From: Rachael Hopkins <32854888+RachCHopkins@users.noreply.github.com> Date: Thu, 19 Dec 2024 10:57:52 +1300 Subject: [PATCH] Update Expensify-API.md --- .../articles/expensify-classic/connections/Expensify-API.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/articles/expensify-classic/connections/Expensify-API.md b/docs/articles/expensify-classic/connections/Expensify-API.md index 52e86a3c9f14..fba85dcd154a 100644 --- a/docs/articles/expensify-classic/connections/Expensify-API.md +++ b/docs/articles/expensify-classic/connections/Expensify-API.md @@ -17,7 +17,11 @@ If you’re seeking help with Expensify's API, do not share your partnerUserSecr **Is there a rate limit?** -Yes, the rate limit is currently 50 requests per minute. If you exceed this limit, you'll receive an error message. +To keep our platform stable and handle high traffic, Expensify limits how many API requests you can send: +- Up to 5 requests every 10 seconds +- Up to 20 requests every 60 seconds + +Sending more requests than allowed may result in an error with status code `429`. **What is a Policy ID?**