Rate Limiting & Quotas

To prevent abuse of the platform and to control spikes in traffic, Particle has implemented rate limiting and quotas on certain operations. When a rate limit or quota is hit, the API will return a 429 Too Many Requests HTTP status code. Particle recommends implementing a backoff policy when a 429 response is detected.

Rate limits are variable depending on system load and network capacity and different APIs may be subject to different limits at different times. Once implemented, limits and quotas are unlikely to be hit during your normal usage of our platform. Should you believe you've hit a 429 in error, or you would like to request an increase in rate limits, please reach out to our customer success team.

Particle reserves the right to implement rate limits on all APIs.