Rate Limiting
Overview
Sendstack API endpoint implements rate limits specifically for failed requests. These limits are designed to enhance security measures and ensure system stability.
Rate Limit Configuration
The rate limit for failed authentication requests is configured as follows:
Window Period: 15 minutes
Description: The time frame during which the rate limit is applied.
Maximum Failed Requests: 20
Description: The maximum number of failed requests allowed within the specified window period.
Exceeding 20 failed requests within a 15-minute window will result in an HTTP 429 (Too Many Requests) response.
Last updated