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": "you@domain.com", "to": "user@example.com", "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 support@getmailer.co

GetMailer - Email API for Developers