To ensure the quality of our services, Bodyguard's APIs are subject to rate limiting.
What is rate limit ?
A rate limit is the number of API calls an application or a user can make within a given time period.
API endpoint limits
Our API is limited to X requests per second.
Depending on your needs and offer, we will customize your rate limit amount.
If you exceed this rate, you will receive a 429 HTTP status code. Please wait the given time period has elapsed to make additional requests.
You can check the response headers to get more detailed informations:
Header | Value example | Description |
---|---|---|
Retry-After | 1.898 | The remaining window before the rate limit resets, in UTC epoch seconds. |
X-RateLimit-Limit | 50 | The maximum number of requests you're permitted to make per second. |
X-RateLimit-Remaining | 49 | The number of requests remaining in the current rate limit window. |
X-RateLimit-Reset | Mon Jan 18 2021 11:41:08 GMT+0100 (Central European Standard Time) | The time at which the current rate limit window resets. |
If you anticipate a higher requests volume, we recommend that you contact us at business@bodyguard.ai