cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

The API does not work from the second request onward.

I’ve been using eBay’s Production API. It worked successfully on the first attempt, but from the second request onward, I started receiving the following error, and the API no longer works as expected. Could you help me understand the reason?

I’m sending the HTTP requests via a Google Apps Script.

 

**Error**

{ "errorMessage": [ { "error": [ { "errorId": [ "10001" ], "domain": [ "Security" ], "severity": [ "Error" ], "category": [ "System" ], "message": [ "Service call has exceeded the number of times the operation is allowed to be called" ], "subdomain": [ "RateLimiter" ], "parameter": [ { "@name": "Param1", "__value__": "findCompletedItems" }, { "@name": "Param2", "__value__": "FindingService" } ] } ] } ] }

Message 1 of 6
latest reply
5 REPLIES 5

The API does not work from the second request onward.

I have the same issue. I have my keyset for years and suddenly that error appeared. The funny thing is that is almost 72 hours ago I made the last API call and stills appearing that rate limit error.

Message 2 of 6
latest reply

The API does not work from the second request onward.

Has nothing changed for you? I also had this error yesterday morning.

Message 3 of 6
latest reply

The API does not work from the second request onward.

My code has been the same for years, so maybe is an api eBay issue, but developer.ebay.com website says there are no issues with the api status 

Message 4 of 6
latest reply

The API does not work from the second request onward.

I have the same situation! The code worked stably for a year, and yesterday I noticed that there were no notifications. It turns out that the situation is the same as yours. Although the limits were not exceeded, and more than a day has passed, they should have been reset a long time ago, but no.

Message 5 of 6
latest reply

The API does not work from the second request onward.

I've also noticed this problem, it started around 03/03/2025. My application makes < 10 calls per day, so I shouldn't be hitting any limits.

Message 6 of 6
latest reply