Skip to main content
Configure a webhook when your service needs classified updates without polling the API. Immoteur sends a JSON POST request to the URL configured in your dashboard.

Choose the updates to receive

Immoteur sends a classified notification when a classified is created or when an eligible normalized field changes. A meta.lastSeenAt-only revisit is captured for delta-export reconciliation and does not create a direct live notification. Use meta.lastModifiedAt to identify the latest normalized update and meta.lastSeenAt to identify the latest revisit. There is no periodic keep-alive webhook.

Configure the endpoint

Create a webhook from Service → Webhooks in the Immoteur dashboard. Use an HTTPS endpoint that your service controls.
If your endpoint restricts source IPs, allowlist the following Immoteur egress IPs before testing:51.38.208.80 and 54.37.96.165.
Create webhook form

Filter the stream

The events your service receives depend on the filters configured on the exporter. Choose one filter type, then keep the payload focused on the market your integration handles.
  • Transaction type (Required)
  • Domain source
  • Property type
  • SIREN / SIRET (Required)

Choose the payload type

An export can contain multiple deliveries. Do not rely on a fixed item count or delivery order. See Mirror classified data for the full baseline, live update, and delta-reconciliation flow, then read Webhook delivery, retries, and idempotency before implementing the receiver.