# Mandrill **Provider:** Mandrill **Category:** communication **Base URL:** `https://mandrillapp.com/api/1.0/` **Auth:** none — `# No auth required` **Rate Limit:** See documentation **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://mandrillapp.com/api/1.0/ ## Description 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. ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | POST | `https://mandrillapp.com/api/1.0//exports/activity.json` | Begins an export of your activity history. The activity will be exported to a zi | | POST | `https://mandrillapp.com/api/1.0//exports/info.json` | Returns information about an export job. If the export job's state is 'complete' | | POST | `https://mandrillapp.com/api/1.0//exports/list.json` | Returns a list of your exports. | | POST | `https://mandrillapp.com/api/1.0//exports/rejects.json` | Begins an export of your rejection blacklist. The blacklist will be exported to | | POST | `https://mandrillapp.com/api/1.0//exports/whitelist.json` | Begins an export of your rejection whitelist. The whitelist will be exported to | | POST | `https://mandrillapp.com/api/1.0//inbound/add-domain.json` | Add an inbound domain to your account | | POST | `https://mandrillapp.com/api/1.0//inbound/add-route.json` | Add a new mailbox route to an inbound domain | | POST | `https://mandrillapp.com/api/1.0//inbound/check-domain.json` | Check the MX settings for an inbound domain. The domain must have already been a | ## Authentication No authentication required ``` # No auth required ``` ## Sample Request ```bash curl -X GET 'https://mandrillapp.com/api/1.0//exports/activity.json' \ -H '# No auth required' ``` ## Sample Response ```json {} ``` ## Pricing Details Free — open public API, no authentication required. --- *Source: [API Map](https://apimap.dev/apis/mandrill/) — CC BY 4.0*