Skip to main content
WEBHOOK

Autorisations

Authorization
string
header
requis

Send your Immoteur Personal Access Token in the Authorization header: Authorization: Bearer <token>

You can create and manage your Personal Access Tokens here: https://immoteur.com/dashboard/settings

En-têtes

User-Agent
string
requis

Identifies the request as an Immoteur webhook call.

X-Immoteur-Service-Id
string<uuid>
requis

UUID of the Immoteur service emitting this webhook.

X-Immoteur-Event-Id
string<uuid>
requis

Stable batch UUID retained across retries.

X-Immoteur-Delivery-Id
string<uuid>
requis

Unique identifier for this HTTP delivery attempt.

X-Immoteur-Timestamp
string
requis

Unix timestamp (seconds) for the delivery attempt.

Pattern: ^[0-9]+$

Corps

application/json

A delivery of one to ten distinct Classified snapshots. Immoteur sends the batch when it reaches ten items or after its oldest item has waited one hour; scheduler and queue latency can delay the HTTP attempt. The exact body remains stable across retries.

items
object[]
requis

Full Classified snapshots, with at most one item for each classified ID.

Required array length: 1 - 10 elements

Réponse

Webhook received successfully