Rate Limiting


Enabling Rate Limiting allows administrators to specify how many API calls can be made within a defined timeframe using a single token. By configuring this feature, you can effectively manage the load on your API, ensuring that no single token exceeds the set limits. This helps prevent abuse, improves the overall performance of your system. With rate limiting in place, any attempts to exceed the defined number of requests within the allowed period will be blocked.

miniOrange REST API Audit Logs