Thermostat and Building rate limits
Overview
Rate limits for the SmartBuildings API are on a per IP address basis for calls to resource based endpoints like /buildings and /thermostats.
Reading Your Rate Limit
The response headers of each request made to the API will show the current maximum rate allowed, and the remaining limits.
The rate limit headers indicating maximum limit will be of the form x-ratelimit-limit-*, while the headers indicating remaining limit will be of the form x-ratelimit-remaining-*.
Example Rate Limit Headers
x-ratelimit-limit-hour: 10000
x-ratelimit-limit-minute: 500
x-ratelimit-limit-second: 50
x-ratelimit-remaining-hour: 9997
x-ratelimit-remaining-minute: 499
x-ratelimit-remaining-second: 49Updated about 1 month ago