07-20-2025 05:27 AM
As the title suggests i am trying to get looking at the usage data for my api, how many requests i have, what my limits are etc etc....but the whole ebay developer website and everything about it, its just clear as mud, and the ai is terrible too unfortunately...can anybody please point me to the things i need to do to get the right key or token or whatever just so i can see my api usage data in detail? im hitting limits very quickly and im trying to find out whats wrong.
thank you.
07-21-2025 04:39 PM
Hello @kennesia ,
You can obtain API rate limits and usage data for your application by utilizing the getRateLimits endpoint of the Developer Analytics API: https://developer.ebay.com/api-docs/developer/analytics/resources/rate_limit/methods/getRateLimits.
The response from the getRateLimits endpoint includes a list of applicable resources along with the "call limit" or quota assigned to each resource. Additionally, it provides information on the number of remaining calls available before the limit is reached, the time remaining until the quota resets, the number of calls made to a specific resource, and the duration of the "time window" for which the quota is applicable.
Best Regards,
eBay Developer Support