Rate limiting

We implement rate limiting to ensure fair usage and protect the stability and reliability of 24SevenOffice API.

Rate limiting refers to the practice of limiting the number of requests that can be made to the API within a certain time period. This helps prevent excessive usage that could potentially overload the system or cause performance issues.

Our API sets a limit on the number of requests that can be made within a given time period, usually measured in seconds or minutes. Once this limit is reached, further requests will be denied until the next time period begins.

To avoid rate limiting, we recommend that developers implement efficient coding practices and make use of caching to reduce the number of requests made to the API. If you do encounter rate limiting, please wait until the next time period begins before making further requests.

Please contact our API team for specific rate limit information, as it may vary depending on the API endpoint or resource.