Inboxkit API Documentation#
Introduction#
Welcome to Inboxkit – the most powerful platform for automating your cold email infrastructure at scale. Orchestrating campaigns across thousands of mailboxes on hundreds of domain, Inboxkit streamlines the entire process through intelligent automation.Our platform seamlessly integrates with Google Workspace and Microsoft 365, allowing you to:Automatically provision and configure unlimited domains and mailboxes
Scale your cold email operations without manual setup overhead
Maintain pristine sender reputation across your entire infrastructure
Monitor deliverability and performance in real-time
Getting Started#
Authentication & API Access#
Your journey begins with obtaining your unique API credentials. These keys authenticate all requests and ensure secure access to your Inboxkit resources.1.
Log into your Inboxkit/InboxAutomate Dashboard
2.
Navigate to Settings → API & Integrations
3.
Click Generate API Key or copy your existing key
4.
Store your key securely – it provides full access to your account
Base URL#
All API requests should be directed to our primary endpoint:https://api.inboxkit.com/v1
Rate Limits & Fair Usage#
To ensure optimal performance for all users, we enforce the following limits:Operation | Rate Limit |
---|
Standard API calls | 10 requests/second, 100 requests/minute |
Domain availability checks | 20 requests/hour |
Bulk mailbox provisioning | 5 requests/minute |
Reputation monitoring | 50 requests/hour |
All responses include X-RateLimit-Remaining
and X-RateLimit-Reset
headers
Implement exponential backoff when you receive 429 Too Many Requests
Consider batching operations to maximize efficiency
What's Next?#
Ready to start building? Here's your roadmap:Webhooks – Real-time notifications for critical events Modified at 2025-06-03 08:53:49