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 or null
complaintslist of objects or null
deliveredlist of objects or null
hardBounceslist of objects or null
messagesSentlist of objects or null
openedlist of objects or null
softBounceslist of objects or null
transacAttributeslist of objects or null
unsubscriptionsobject or null

Errors