Skip to content

Commit

Permalink
title
Browse files Browse the repository at this point in the history
  • Loading branch information
fiquick committed Dec 16, 2024
1 parent d18b052 commit 33e6447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ROOT/pages/platform/api/authentication.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 33e6447

Please sign in to comment.