From 33e6447bf405dadf16e4ebf62b59ed0c28f23d71 Mon Sep 17 00:00:00 2001 From: Fi Quick <47183728+fiquick@users.noreply.github.com> Date: Mon, 16 Dec 2024 15:55:00 +0000 Subject: [PATCH] title --- modules/ROOT/pages/platform/api/authentication.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/platform/api/authentication.adoc b/modules/ROOT/pages/platform/api/authentication.adoc index ec867a4a..739d09fa 100644 --- a/modules/ROOT/pages/platform/api/authentication.adoc +++ b/modules/ROOT/pages/platform/api/authentication.adoc @@ -162,7 +162,7 @@ print(response.json()) If you send a request to the Aura API while authenticated with an expired access token, you will receive a 403 Forbidden response. You will need to obtain a new token to continue using the API. -=== Aura API rate limiting update +=== Rate limiting update We currently set a global rate limit of 125 requests per minute per client ID for all Aura API endpoints. Starting 27 Jan 2025, we will adjust the rate limiting for the `/oauth/token` endpoint, which is used to obtain authorization tokens.