Skip to main content

Overview

Retrieve transactional email statistics for a given date range. Results are returned as a daily breakdown covering delivery, engagement, bounce, and unsubscribe metrics. Base URL: https://api.effilink.co Endpoint: POST /v5/transactional/mail/stats/get Authentication: ApiKey header

Request Parameters

string
required
Start of the date range to query, in YYYY-MM-DD format. This date is inclusive.Example: "2025-05-01"
string
required
End of the date range to query, in YYYY-MM-DD format. This date is inclusive.Example: "2025-05-31"

Response Fields

int
200 on success. A non-200 value indicates an error.
string
null on success. Contains an error description on failure.
array[object]
Array of daily statistics objects covering the requested date range. Each object represents one calendar day.

Example

Request

Response