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.

APILimits / minuteLimits / Day
Payment240 requests / minute300 000 requests / day
Marketing1200 requests / minute800 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".
Did you find this content useful ?