Request Limit
Request Limit for the TrackGPS REST API
The TrackGPS REST API has a default request limit to ensure the performance and stability of the service. Currently, the limit is 1 request every 30 seconds. This means each user can send one request to the API every 30 seconds.
Exception: The login endpoint is not subject to this rate limit and can be accessed without restrictions.
Exceeding the Request Limit for the TrackGPS REST API
If the request limit of 1 request every 30 seconds is exceeded, the server will return an HTTP status code 429 (Too Many Requests). This code indicates that the user has sent too many requests in a short period.
In addition to the status code, users will also receive a specific error message.
Users are advised to wait before sending additional requests to avoid receiving this error code.
Modifying the Request Limit
In certain situations, if it is necessary to modify the request limit, please contact the support department to discuss the available options.