Introduction
The mail2many API is a REST API that allows external applications to integrate seamlessly with mail2many. Using the API, developers can create, read, update, and delete subscribers and subscriber groups, send newsletters, and retrieve statistics.
Before you start using the API, we recommend reading the API Documentation first to understand the core concepts of mail2many.
Documentation
- Getting Started - Your first API request and REST API fundamentals
- Authentication - API key and authentication
- Data Exchange - Request and response formats
- Dates - Date formats and timestamps
- Filtering - Search and filter resources
- Sorting - Sort result sets
- Pagination - Handle larger result sets
- Errors - Error handling and HTTP status codes
- Rate Limiting - Per-API-key limits and handling 429
- Fault Tolerance - Best practices and retry strategies
- Large Data Volumes - Performance optimization