Overview
The Campaign Stats API returns delivery and engagement metrics for campaign email send tasks within a given date range. Use this endpoint to monitor campaign performance, track trends over time, and identify areas for improvement. Base URL:https://api.effilink.coEndpoint:
POST /v5/campaign/mail/stats/get
Authentication via ApiKey or OAuth header is required.
Request Parameters
string
required
The start of the reporting period, in
YYYY-MM-DD format (e.g., 2025-05-01). Inclusive.string
required
The end of the reporting period, in
YYYY-MM-DD format (e.g., 2025-05-31). Inclusive.string
Filter results to a specific send task by name. Omit to return statistics for all tasks in the date range.
string
Filter by task type.
Omit to return all task types.
Response
integer
HTTP-style status code.
200 on success.string
A human-readable status message.
null or empty string on success.integer
Total number of send tasks matching the request filters.
array[object]
An array of statistics objects, one per matching send task.