The Truework API safeguards itself from bursts of incoming traffic by employing API limits on each endpoint. Users who send multiple requests in quick succession may begin to see 429 error responses from the API. We recommend retrying requests using exponential backoff once receiving a 429 response.
There are two types of limits:
The following table outlines the default rate limits for the Truework API:
If these rate limits do not fit your use case, please reach out to implementations@truework.com to discuss alternative options.