API Reference

Solo provides a REST API for integrating with external systems and building custom workflows.

Topics Covered

Quick Start

  1. Generate API Key: Settings → API Keys
  2. Authenticate: Use Bearer token authentication
  3. Make Requests: Call API endpoints
  4. 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:


Version: 1.0
Last Updated: November 2025