Simulate
This endpoint will simulate a match
or an event
to the given endpoint.
Please read our Concepts to understand the differences between a property
, a match
, an advert
and an event
.
If you want to receive new properties
that meet your search criteria in real time, you need to provide on POST /searches:
- an
endpointRecipient
- set the
notificationEnabled
parameter totrue
If you want to receive new events
in real time you need to provide on POST /searches:
- an
eventEndpoint
- set the
notificationEnabled
parameter totrue
- set the events you want to subscribe to using the
subscribedEvents
parameter. All types of events are listed below this section.
Restricting your endpoints to our IP addresses is highly recommended for security reasons:
- Sandbox:
178.238.226.136
- Production:
144.76.91.183
Your server implementation should return a 200
HTTP status code if the data was received successfully. If a webhook fails, it will be retried up to five times. Every retry will take place 1 hour after the previous one.
Events | Description | |
---|---|---|
ad.update.price | Notifies you when the price of an advert changes. | |
ad.update.surface | Notifies you when the surface area of an advert changes. | |
ad.update.pictures | Notifies you when the pictures of an advert are updated. | |
ad.update.expired | Notifies you when an advert has expired. | |
property.ad.create | Notifies you when a new advert is created. | |
property.ad.update | Notifies you when an existing advert is updated. |
Path
Endpoint where the match or the event will be sent to.
The type of event you want to trigger.