Rate Limiting Policy
This article provides an overview of the rate limiting policies within the platform to show how many requests a tenant can sustain.
How Rate Limiting Works
Event Log Example
{
"x-ratelimit": 600,
"x-ratelimit-remaining": 450,
"x-ratelimit-reset": 1632425760
}Exceeding the Limit
HTTP/1.1 429 Too Many RequestsBest Practices
Request Higher API Rate Limits
Last updated