REST API ยท v1

API Reference

Complete reference for the MailDelivery REST API. Base URL: api.maildelivery.io/v1

🚧  Full interactive docs coming soon
๐Ÿ“ค

POST /messages/send

Send a single transactional email. Supports templates, attachments, and inline variables.

๐Ÿ“‹

GET /messages/{id}

Retrieve the status and metadata of a previously sent message.

๐Ÿ“Š

GET /analytics

Query delivery analytics: open rates, click rates, bounces, and complaints.

๐Ÿ”

POST /webhooks

Register a webhook endpoint to receive real-time delivery event notifications.

๐Ÿ“

POST /templates

Create and manage reusable email templates with Handlebars or Liquid syntax.

๐ŸŒ

POST /domains

Add and verify custom sending domains. Returns DKIM, SPF, and DMARC records.