Learn how to use Events API (V6).
Overview
The Events API provides access to detailed email activity logs. You can filter these logs based on parameters like date, event type, and email attributes. The API also supports downloading logs in bulk, monitoring the status of download requests, and fetching historical data for analysis.
Available Endpoints
Endpoint Name | Method | Endpoint | Description |
---|---|---|---|
Fetch Logs | GET | /v5/event-logs | Retrieves detailed email activity logs with filtering options. |
Download Logs | POST | /v5/event-logs/download | Initiates a request to download logs with filters and delivery preferences. |
Check Download Status | GET | /v5/event-logs/download/status/{id} | Retrieves the status and progress of a previously requested download. |