Return Back to API List
API Call Information
area: email
action: getsenderscorehistory
API Arguments
API Url Example:
https://api.mailclickconvert.com/api.php?apikey=YOURAPIKEYHERE&area=email&action=getsenderscorehistory&start=0&limit=10
API Call Result:
email - getsenderscorehistory
Gets sender score history for ips
API Call Information
area: email
action: getsenderscorehistory
API Arguments
| Argument | Data Type | Required | Description |
| start | integer | No | Starting position |
| limit | integer | No | Number of records to return |
https://api.mailclickconvert.com/api.php?apikey=YOURAPIKEYHERE&area=email&action=getsenderscorehistory&start=0&limit=10
API Call Result:
| XML Response | JSON Response |
| <response> <records>1</records> <senderlog> <date>October 15, 2011, 04:46:04 pm</date> <dateremoved/> <ip>209.119.206.226</ip> <ipid>1741</ipid> <senderscore>42</senderscore> <complaintindex>97</complaintindex> <filteredindex>37</filteredindex> <unknownuser>60</unknownuser> <volumeindex>98</volumeindex> </senderlog> </response> |
{
"records": "1",
"senderlog": {
"date": "October 15, 2011, 04:46:04 pm",
"dateremoved": "",
"ip": "209.119.206.226",
"ipid": "1741",
"senderscore": "42",
"complaintindex": "97",
"filteredindex": "37",
"unknownuser": "60",
"volumeindex": "98"
}
} |