Get your transactional email activity aggregated per day
This endpoint will show the aggregated stats per day for the past 10 days by default if startDate and endDate OR days is not passed. The date range can not exceed 30 days.
Authentication
api-keystring
The API key should be passed in the request headers as api-key for authentication.
Query parameters
limit
Number of documents returned per page
offset
Index of the first document on the page
startDate
Mandatory if endDate is used. Starting date of the report (YYYY-MM-DD)
endDate
Mandatory if startDate is used. Ending date of the report (YYYY-MM-DD)
days
Number of days in the past including today (positive integer, maximum 30). Not compatible with ‘startDate’ and ‘endDate’
tag
Tag of the emails
sort
Sort the results in the ascending/descending order of record creation. Default order is descending if sort is not passed
Allowed values:
Response
Aggregated report informations
reports
Errors
400
Bad Request Error