getipblacklisthistoryGets the ip blacklist history of ips. Entries are created by the monitoring system.
| Argument | Type | Required | Description |
|---|---|---|---|
start | integer | No | Starting position |
limit | integer | No | Number of records to return |
https://api.mailclickconvert.com/api.php ?apikey=YOUR_API_KEY &area=email &action=getipblacklisthistory &start=0 &limit=10
<response> <records>1</records> <report> <ip>203.0.113.1</ip> <ipid>1741</ipid> <active>Yes</active> <datecreated>October 15, 2011, 04:49:21 pm</datecreated> <dateremoved/> <removed>0</removed> <blacklist>Barracuda Reputation Block List</blacklist> </report> </response>
{
"records": "1",
"report": {
"ip": "203.0.113.1",
"ipid": "1741",
"active": "Yes",
"datecreated": "October 15, 2011, 04:49:21 pm",
"dateremoved": "",
"removed": "0",
"blacklist": "Barracuda Reputation Block List"
}
}addcustomdomainAdds a custom domain to be used to send on behalf.
addcustomfromaddressAdds a custom from address given a custom domain id
adddomainAdds a domain to a users account. Charges $17 for a .com domain unless it is a user controlled domain
addprofileAdds a sending profile to the account given an IP ID and Domain ID.
deletecustomdomainDeletes a custom domain used for sending on behalf. Also deletes any custom from addresses that have been setup using that domain
deletecustomfromaddressDeletes a custom from address given the id.
Custom integration work is quoted on scope, and support is a person on weekdays, 9am to 5pm CST.