| Header name | Description |
|---|---|
ratelimit-limit | Maximum number of requests allowed within a window. |
ratelimit-remaining | How many requests you have left within the current window. |
ratelimit-reset | How many seconds until the limits are reset. |
retry-after | How many seconds you should wait before making a follow-up request. |
Default Rate Limits
The default maximum rate limit is 10 requests per second across all API endpoints. This applies uniformly to:- Email sending endpoints: 10 requests per second
- Email management endpoints: 10 requests per second
- Domain/configuration endpoints: 10 requests per second
- All other API endpoints: 10 requests per second
Rate Limit Response
After exceeding the rate limit, you’ll receive a429 Too Many Requests response error code:
Increasing Rate Limits
If you have specific requirements that exceed the default limits, you can request a rate increase:Contact Support
Reach out to our support team at support@inbound.new with your requirements.
Provide Use Case Details
Include details about your use case, expected volume, and business requirements.
Rate Limit by Endpoint
Important: The SDK will return rate limit errors directly - you must handle them in your application code.Next Steps
Authentication
Learn how to authenticate your API requests
Send Your First Email
Start sending emails with proper rate limiting
Error Codes
See all API error codes including rate limit responses