Using Web Hooks

Webhooks provide real-time programmatic event notifications for your monitoring services, billing, and account status. Adding a Webhook To add a new Webhook, click Add Webhook, and provide a Display Name, the publicly accessible HTTP(s) URL for your webhook endpoint, and select one or more Events to trigger you webhook. Webhooks are triggered using application/json POSTs to your endpoint. Events Each webhook can be […]

Read More

Performing a RBL Check via the API

The API includes the ability to perform a one-off RBL check, similar to the Manual Check feature in the portal, via the API. This API feature can be used to build your own real-time RBL lookup page, or to perform one-off RBL checks as needed, rather than having them run on a timed basis. One […]

Read More

Is There a Monthly API Request Limit?

No, you can access the API as often as you like! That being said, it’s important to remember that the data in the system only changes as we process checks for your account. If you’ve adjusted your check frequency to once per-day, then your data will only change once per day, and there is little […]

Read More

How Do I Use the API?

We include a simple read/write API, that lets you poll our database for the current status of your hosts, as well as manage hosts and contacts on your account. The API can easily be integrated into existing monitoring systems, like Nagios or Zabbix, by performing a simple HTTP GET request for the list of currently […]

Read More