Conditions & Limit

To ensures fair access for all users and helps maintain the stability and reliability of One Record service, a rate limit of 5 requests per second is established. It's important to note that abuse of the service, such as making excessive requests beyond this limit, may result in a Too Many Requests response to make sure that users utilize the service responsibly and refrain from any abusive behavior.

If the rate limit is reached, the frequency of requests need to be reduced. A backoff strategy can prevent hitting this limit. The Retry-After header in the response can also be used to determine when a request can be safely retried.

Last updated