Documentation

Learn how to integrate GetMailer into your application

Send your first email in 30 seconds

curl -X POST https://getmailer.co/api/emails \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"from": "[email protected]", "to": "[email protected]", "subject": "Hello!", "html": "<p>Hi there!</p>"}'
View full Quick Start guide

API Base URL

https://getmailer.co/api

All API endpoints are relative to this base URL. Requests must include your API key in the Authorization header.

Need help? Contact us at [email protected]

GetMailer - Email API for Developers