REST API Rate Limiting

Overview

Rate limiting is crucial to system performance and will help us ensure that you can access your data with the speed and reliability that your business needs. With this in mind we have set limits of how many requests per hour a single user can send from one IP address to Sellercloud’s REST API.


Rate Limiting Details

The limit of requests per hour from an individual IP address is 10,800 calls. Any call made to the API, regardless of which endpoint, will count against this number.

When the user hits the limit, the API’s response will be:

{
        "Error": "Too many requests.",
    "RateLimitResetTime": "2022-01-14T09:38:49.9856571Z"
}

The RateLimitResetTime in the response above is the time when the throttle will expire, and the user will be able to utilize the API again.

Was this article helpful?

Next
RMA Approval Status