Rate limits

Rate limiting is a way for us to keep our servers free from spam. We design this limits with permittivity in mind so that your application can feel fast and not constricted but still keep our servers available and fast for everyone.

The limits are set per resource, allowing you to work with multiple locations at the same time without hitting the limits. Please contact us if the current rate limits do not meet your needs. We are happy to make adjustments for you.

What happens if you hit the limit?

Whenever you will hit the limit of requests on the defined period of time we will return a 429 Too Many Requests. This error will disappear after the defined period of time passes and then you will be able to process data again.

{ "statusCode": 429, "message": "Rate limit is exceeded. Try again in 7 seconds." }

Rate Limit changes

Occupancy API