Get sends by links
Post /statistics/links
Parameters:
Name | Description | Type | Mandatory |
---|---|---|---|
dateBegin | Date begin on YYYY-MM-ddThh:mm:ss format | Int | No |
dateEnd | Date end on YYYY-MM-ddThh:mm:ss format | Int | No |
froms | Array of Senders email | Array | No |
apiKeys | Array of api keys | Array | No |
tags | Array of tags | Array | No |
Response:
Name | Description | Type | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
link |
An array with information about each email on link
|
Array |
Programming language:
Request exemple:
1 2 3 4 5 | { "dateBegin" : "2019-08-01T22:32:49" , "dateEnd" : "2019-08-06T22:32:49" } |
Response exemple:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | { "wwww.tipimail.com" : { "click" : 2, "clicker" : 1 }, "www.sarbacane.com" : { "click" : 1, "clicker" : 1 }, "wwww.google.com" : { "click" : 3, "clicker" : 3 } } |