getdomainblacklisthistoryGets the domain blacklist history from the account if monitoring is enabled.
| Argument | Type | Required | Description |
|---|---|---|---|
start | string | No | Starting position |
limit | string | No | Number of records to return |
https://api.mailclickconvert.com/api.php ?apikey=YOUR_API_KEY &area=email &action=getdomainblacklisthistory &start=0 &limit=10
<response> <records>1</records> <report> <domain>test.com</domain> <domainid>715</domainid> <active>Yes</active> <datecreated>October 15, 2011, 04:46:48 pm</datecreated> <dateremoved>October 21, 2011, 06:42:32 pm</dateremoved> <removed/> <blacklist>SURBL multi (Combined SURBL list)</blacklist> </report> </response>
{
"records": "1",
"report": {
"domain": "test.com",
"domainid": "715",
"active": "Yes",
"datecreated": "October 15, 2011, 04:46:48 pm",
"dateremoved": "October 21, 2011, 06:42:32 pm",
"removed": "",
"blacklist": "SURBL multi (Combined SURBL 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.