> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://support.trackingmore.com/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# Why do I get 429 response code error in your API?

"429" response code means too many requests in all TrackingMore API versions: V2, V3 & V4. 

When **429** error turns out, your application should not send any further requests and wait **120 secs**.

You are limited to only 3 or 10 requests/sec per API per account. Practically, this means you must (when possible) authenticate users so that limits are well outside the reach of a given user.

