Get email campaigns' statistics for a contact

Authentication

api-keystring

The API key should be passed in the request headers as api-key for authentication.

Path parameters

identifierstring or integerRequired

Email (urlencoded) OR ID of the contact

Query parameters

startDatestringOptional

Mandatory if endDate is used. Starting date (YYYY-MM-DD) of the statistic events specific to campaigns. Must be lower than equal to endDate

endDatestringOptional

Mandatory if startDate is used. Ending date (YYYY-MM-DD) of the statistic events specific to campaigns. Must be greater than equal to startDate. Maximum difference between startDate and endDate should not be greater than 90 days

Response

Contact campaign statistics informations
clickedlist of objects
complaintslist of objects
deliveredlist of objects
hardBounceslist of objects
messagesSentlist of objects
openedlist of objects
softBounceslist of objects
transacAttributeslist of objects
unsubscriptionsobject

Errors

400
Bad Request Error
404
Not Found Error