PUBLISHED PROVIDER LIMITS
Limits keep their provider-specific dimensions.
SendGrid publishes distinct limits for individual Web API endpoints and returns endpoint-specific allowance headers.
Authentication: API key
Primary scope: Account And Endpoint
Measured dimensions: Requests, Recipients Per Request
Profile coverage: Published Mail Send throughput and recipient limits, Email Activity and Email Address Validation rates, common Web API rate-limit headers, and 429 handling. Other endpoint-specific limits remain outside this profile.
Endpoint limits
| Limit | Value | Period | Scope | Conditions and variability |
|---|---|---|---|---|
| v3 Mail Send endpoint | 10,000 requests | Per second | Account | Published provider limit. |
| Email Activity API | 6 requests | Per minute | Account | Published provider limit. |
| Email Address Validation API | 7 requests | Per second | Account | Published provider limit. |
Request Size
| Limit | Value | Period | Scope | Conditions and variability |
|---|---|---|---|---|
| Recipients per Mail Send request | 1,000 recipients | At one time | Request | Published provider limit. |
RESPONSE METADATA
Headers expose the applicable limit state.
X-RateLimit-LimitFormat: Integer- Maximum requests allowed for the endpoint in its active window.
X-RateLimit-RemainingFormat: Integer- Requests remaining for the endpoint in its active window.
X-RateLimit-ResetFormat: Unix Epoch Seconds- Unix time when the endpoint allowance resets.
WHEN A LIMIT IS EXCEEDED
Read the response before choosing a delay.
- Rate-limit responses can use HTTP 429.
- Primary exhaustion signal: X-RateLimit-Remaining reaches zero for the endpoint.
RECOMMENDED HANDLING
Protect both the provider and your own queue.
- Read the rate-limit headers returned by each endpoint.
- Wait until X-RateLimit-Reset before retrying a depleted endpoint window.
- Plan each endpoint independently instead of applying the Mail Send rate globally.
VERIFICATION RECORD
Official sources reviewed
SendGrid v3 API rate limitsTwilio SendGrid · Official API Reference · Common Web API rate-limit headers and 429 behavior
↗
v3 Mail Send FAQTwilio SendGrid · Official Documentation · Mail Send request throughput and recipients per request
↗
Email Activity APITwilio SendGrid · Official API Reference · Email Activity API request limit
↗
Real-time Email Address Validation overviewTwilio SendGrid · Official Documentation · Email Address Validation API request limit
↗