APIs
Rate Limits

Rate limits

All API requests can be rate limited and send a 429 Too Many Requests (opens in a new tab) response.

All API responses will include the following headers to help you determine your current rate limit status:

HeaderDescription
X-Ratelimit-ResetThe time at which the current rate limit window resets in UTC epoch seconds.
X-Ratelimit-LimitThe maximum number of requests that the consumer is permitted to make per rate limit window.
X-Ratelimit-RemainingThe number of requests remaining in the current rate limit window.

For example:

x-ratelimit-limit	1000
x-ratelimit-remaining	999
x-ratelimit-reset	1697448304

Actual rate limits may vary depending on the API endpoint and vary depending on system loads.

For example, authentication related endpoints have a much lower rate.


Lightbug Documentation