Get all your transactional email activity (unaggregated events)
This endpoint will show the aggregated stats for past 30 days by default if startDate and endDate OR days is not passed. The date range can not exceed 90 days
Authentication
api-keystring
The API key should be passed in the request headers as api-key for authentication.
Query parameters
limit
Number limitation for the result returned
offset
Beginning point in the list to retrieve from.
startDate
Mandatory if endDate is used. Starting date of the report (YYYY-MM-DD). Must be lower than equal to endDate
endDate
Mandatory if startDate is used. Ending date of the report (YYYY-MM-DD). Must be greater than equal to startDate
days
Number of days in the past including today (positive integer). Not compatible with ‘startDate’ and ‘endDate’
email
Filter the report for a specific email addresses
event
Filter the report for a specific event type
messageId
Filter on a specific message id
templateId
Filter on a specific template id
sort
Sort the results in the ascending/descending order of record creation. Default order is descending if sort is not passed
Allowed values:
Response
Email events report informations
events
Errors
400
Bad Request Error