Skip to content

MailerLogic API (1.0.0)

Complete REST API for managing email delivery, tracking, and analytics.

Get started in minutes:

  1. Get your API key from your customer dashboard
  2. Send authenticated requests using the Bearer token
  3. Start sending emails via SMTP or API

For detailed guides, see the Getting Started section in the navigation.

Languages
Servers
Production API server
https://api.mailerlogic.io/
EU Data Center (Coming Soon)
https://eu.api.mailerlogic.io/

Quickstart Guide

Get started with MailerLogic in minutes. This guide walks you through sending your first email.

Features Overview

MailerLogic provides enterprise-grade email delivery infrastructure with powerful APIs, deliverability optimization, and comprehensive analytics. Built by developers, for developers.


🖥️ IP Pool Management

Dedicated IP Pools

  • Multiple IP pool support for segmentation
  • Automatic IP rotation for load balancing
  • Pool-level statistics
  • Geographic IP assignment options

IP Reputation Monitoring

  • Real-time reputation tracking per IP
  • Automatic throttling on reputation issues
  • Blacklist monitoring and alerts
  • Deliverability scoring per IP

Automated IP Warm-Up

  • Pre-configured warm-up schedules
  • Gradual volume increase over 2-4 weeks
  • Daily send limit management
  • Success tracking and adjustments

🔔 Webhooks & Integration

Event Webhooks

  • Real-time push notifications for all events
  • Configurable event types (delivery, bounce, open, click, complaint)
  • Exponential backoff retry logic
  • HMAC signature verification for security

API-First Design

  • RESTful architecture with JSON request/response
  • Comprehensive OpenAPI 3.1 specification
  • Interactive documentation with live testing
  • Detailed error responses with codes

🔐 Security & Compliance

Authentication & Access

  • API key-based authentication with Bearer tokens
  • Automatic key rotation capability
  • IP whitelisting for API access
  • Rate limiting (1000 requests per 15 minutes)

Data Privacy

  • GDPR compliance features and DPA available
  • Configurable data retention policies
  • One-click unsubscribe (RFC 8058 compliant)
  • Secure encrypted data storage

SSL/TLS Encryption

  • All connections encrypted (HTTPS, TLS 1.2+)
  • STARTTLS for SMTP connections
  • Automatic certificate management
  • Custom tracking domain SSL support

FAQ

Email Sending

Send transactional and marketing emails via REST API. Simple API for sending individual emails with full tracking support.

Operations

Profile

Manage your customer profile, view usage limits, and rotate API keys. Start here to understand your account settings and available resources.

Operations

SMTP

Get SMTP credentials for sending emails directly through our mail servers. Use these endpoints to retrieve and rotate your SMTP passwords.

Operations

Domains

Add and verify sender domains for email authentication. Configure SPF, DKIM, and DMARC records to improve deliverability.

Operations

Statistics

Access detailed email delivery and engagement metrics. Query sends, bounces, opens, clicks, and spam complaints with flexible date filters.

Operations

Content Scoring

Analyze email content for spam patterns before sending. Get actionable feedback to improve deliverability scores.

Operations

Events

Query granular email events and build custom analytics. Enterprise feature - must be enabled on your account.

Operations

Unsubscribe Management

Manage unsubscribes programmatically with full CRUD operations. Track unsubscribe sources and maintain compliance with anti-spam laws. Similar to Mailgun's Unsubscribes API and Postmark's Bounces API.

Operations

Health Score

Monitor your account's email health and engagement quality metrics. Get a 0-100 score with reputation grade (A+ to F) and actionable insights. Similar to SendGrid's Engagement Quality API.

Operations

Tracking

Public endpoints for open and click tracking. These are called automatically by email clients - no authentication required.

Operations

Webhooks

Receive real-time notifications for bounces and complaints. Configure these endpoints in your mail server or monitoring tools.

Operations