v2 List Blacklist Monitors

API Call Name: v2 List Blacklist Monitors API Call: https://api.hetrixtools.com/v2/<API_TOKEN>/blacklist/monitors/<PAGE>/<PER_PAGE>/ Description: This API Call will list all of your Blacklist Monitors. Unlike its predecessor ‘v1 List Blacklist Monitors’ [deprecated], the ‘v2 List Blacklist Monitors’ API Call also includes the RBLs on which the monitors are blacklisted. Understanding the API Call variables: <API_TOKEN> – Your API Access Token. […]

Read More

API – Delete Blacklist Monitor

API Call Name: v2 Delete Blacklist Monitor API Call: https://api.hetrixtools.com/v2/<API_TOKEN>/blacklist/delete/ Post Variables: target – the IP address (i.e.: 1.2.3.4), or IP range (i.e.: 1.2.3.4 – 1.2.3.7), or IP block (i.e.: 1.2.3.4/28), or domain name (i.e.: mydomain.com). Sample PHP code to use this API Call: <?php $api_key = ‘YOURKEY’; // Replace with your API Key $target = […]

Read More

API – Edit Blacklist Monitor

API Call Name: v2 Edit Blacklist Monitor API Call: https://api.hetrixtools.com/v2/<API_TOKEN>/blacklist/edit/ Post Variables: target – the IP address (i.e.: 1.2.3.4), or IP range (i.e.: 1.2.3.4 – 1.2.3.7), or IP block (i.e.: 1.2.3.4/28), or domain name (i.e.: mydomain.com). label – the new label for the monitor(s). Can be left empty to remove the label from the targeted monitors. contact […]

Read More

API – Add Blacklist Monitor

API Call Name: v2 Add Blacklist Monitor API Call: https://api.hetrixtools.com/v2/<API_TOKEN>/blacklist/add/ Post Variables: target – the IP address (i.e.: 1.2.3.4), or IP range (i.e.: 1.2.3.4 – 1.2.3.7), or IP block (i.e.: 1.2.3.4/28), or domain name (i.e.: mydomain.com) label – the label for the added monitor(s) contact – the contact list ID for the added monitor(s). You can […]

Read More