Skip to main content

Overview

Our webhooks let you know when specific data is found by sending a POST request directly to your specified URL.

Available webhook services​

Open House Data: When our property data service finds upcoming open houses for a property, regardless of location, our serivce will send a POST request to a webhook you configured in your dashboard.

IMPORTANT

You will receive a POST data property called json_data that contains encoded json data. You will need to run a json decode on that property. For example, if you are using PHP - it would look something like this:

json_decode($_POST['json_data']);

Endpoints​

POST     /v1/webhooks/new
PUT /v1/webhooks/:id
GET /v1/webhooks
DELETE /v1/webhooks/:id