Rate Limiting
Last update: October 31, 2024
ONEY API is used by hundreds of sites. We put limits on API requests to protect the system from receiving more data than it can handle, and to ensure an equitable distribution of the system resources.
Limits are calculated by using the API key.
Payment API
The limits is subject to change.
API | Limits / minute | Limits / Day |
---|---|---|
Payment | 240 requests / minute | 300 000 requests / day |
Marketing | 1200 requests / minute | 800 000 requests / day |
Over the limits
- If the rate limit is reached, an HTTP 429 code is returned, meaning "Rate limit is reached".
- If the rate limit is reached (for a day), an HTTP 403 code is returned, meaning "Forbidden".