Email Logs API
Query email logs and events via the public email_logs API.
GET /api/public/v1/email_logs
curl "https://notify.cx/api/public/v1/email_logs" \
-H "x-api-key: $NOTIFY_API_KEY"
Supports filters such as event type and pagination — see /api-docs for the full query schema.
Retention by plan
| Plan | Log retention | |------|----------------| | Free | 48 hours | | Pro | Permanent | | Scale | Permanent |
Dashboard: Logs. Guide: Accessing Email Logs via API.