The Fullscript API has safeguards to limit the number of requests that can be made in a given timeframe. This helps maximize the API's stability and reliability when dealing with bursts of incoming traffic.
The current rate limit (across all API endpoints) is 5000 requests in a rolling 5m period.
Applications that send many requests in quick succession may see error responses.