How Devengo rate-limits the use of the API

Rate Limit Response Headers

To prevent intentional or unintentional flooding of our API, Devengo limits the number of requests that any API consumer can make in a specific amount of time.

API consumers will get the following limit-related headers with each request:

"X-RateLimit-Limit": "1500"
"X-RateLimit-Remaining": "1499"
"X-RateLimit-Reset": "1652275233"

If you need to increase your assigned limits, please contact [email protected].