Rate Limiting
We rate limit requests to preserve availability responsibly. The current limit (subject to change) is 200 requests, and gets refreshed in a 10 second rolling window.
When the limit is reached, API calls will start getting 429 Too Many Requests
responses.
After a minute, the request limit will be replenished and you'll be able to make requests again. Note that any API calls made during this window will restart the clock, delaying the replenishment.
Please contact your Ramp liason if you would like to request a limit increase for your account.
Updated 4 months ago