In this page you can learn about how rate limiting works with Novu’s API
Category | Free | Business | Endpoints |
---|---|---|---|
Events | 60 RPS | 600 RPS | Trigger |
Configuration | 20 RPS | 200 RPS | Subscribers, Topics, Tenants |
Global | 30 RPS | 300 RPS | All other endpoints consume request tokens from this category. |
RateLimit-Remaining
- Indicates the remaining number of request tokens in the current window.RateLimit-Limit
- Indicates the total number of request tokens available in the current window.RateLimit-Reset
- Indicates the number of seconds until the current window resets and the request token limit is fully replenished.RateLimit-Policy
- Defines the details of the applied rate limiting policy.Retry-After
- Specifies the number of seconds to wait before making another request.