API Reference
Solo provides a REST API for integrating with external systems and building custom workflows.
Topics Covered
- Authentication — How to authenticate API requests
- Endpoints — Complete API endpoint reference
- Webhooks — Setting up and receiving webhooks
- Examples — Code examples and tutorials
Quick Start
- Generate API Key: Settings → API Keys
- Authenticate: Use Bearer token authentication
- Make Requests: Call API endpoints
- Handle Responses: Process API responses
API Base URL
https://solomail.io/api/v1
Authentication
All API requests require authentication using Bearer tokens:
Authorization: Bearer <your-api-key>
Rate Limits
- Free Plan: 100 requests/day
- Solopreneur Plan: 1,000 requests/day
- Small Business Plan: 10,000 requests/day
- Enterprise Plan: Unlimited
Coming Soon
This section is under development. Check back soon for complete API documentation.
For now, see:
- API Documentation (internal docs)
- Usage Tracking API
Version: 1.0
Last Updated: November 2025