M

Mandrill

by Mandrill Free tier

Mandrill is a reliable, scalable, and secure delivery API for transactional emails from websites and applications. It's ideal for sending data-driven transactional emails, including targeted e-commerce and personalized one-to-one messages.

communicationmandrillapp

Quick Reference

Base URL https://mandrillapp.com/api/1.0/ Auth type none Auth header # No auth required Rate limit See documentation Pricing Enterprise / contact sales Free quota None Documentation https://mandrillapp.com/api/1.0/ Endpoint status Server online — HTTP 404 — server is online but path returned an error (may require auth)1.63s (checked Mar 29, 2026) Builder score D 45% builder-friendly
Pricing
28
Latency
30
Depth
68

Authentication

No authentication required

# No auth required

Pricing

Model subscription Starting price Enterprise / contact sales Free quota None

Free — open public API, no authentication required.

Key Endpoints

MethodPathDescription
POST /exports/activity.json Begins an export of your activity history. The activity will be exported to a zi
POST /exports/info.json Returns information about an export job. If the export job's state is 'complete'
POST /exports/list.json Returns a list of your exports.
POST /exports/rejects.json Begins an export of your rejection blacklist. The blacklist will be exported to
POST /exports/whitelist.json Begins an export of your rejection whitelist. The whitelist will be exported to
POST /inbound/add-domain.json Add an inbound domain to your account
POST /inbound/add-route.json Add a new mailbox route to an inbound domain
POST /inbound/check-domain.json Check the MX settings for an inbound domain. The domain must have already been a

Sample Request

curl -X GET 'https://mandrillapp.com/api/1.0//exports/activity.json' \
  -H '# No auth required'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official Mandrill documentation.