Query email events with advanced filtering and human engagement detection.
This endpoint provides:
- Real human engagement detection (
is_human_engagement) - Bot/scanner filtering (
scanner_detection) - Device and browser analytics (
device_info) - Complete event timeline with stats
Data Retention: Events are retained based on your plan's data retention policy:
- Free: 3 days
- Starter: 7 days
- Growth: 30 days
- Professional: 90 days
- Enterprise: 365 days
Tip: Upgrade to a higher plan for longer retention and access to historical event data.
Security
ApiKeyAuth
- US Data Centerhttps://api.mailerlogic.net/api/v1/events
- EU Data Center (coming soon)https://eu-api.mailerlogic.net/api/v1/events
curl -i -X GET \
'https://api.mailerlogic.net/api/v1/events?email_id=497f6eca-6276-4993-bfeb-53cbbbba6f08&type=queued&recipient=user%40example.com&from=user%40example.com&from_timestamp=2019-08-24T14%3A15%3A22Z&to_timestamp=2019-08-24T14%3A15%3A22Z&page=1&limit=50' \
-H 'X-API-Key: YOUR_API_KEY_HERE'Response
{ "events": [ { … } ], "pagination": { "total": 1, "page": 1, "limit": 50, "pages": 1 } }