Passer au contenu principal
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 status: current: available

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

Correlation ID for the webhook payload.

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
exportId
string<uuid>
requis

Export identifier for correlating chunks.

items
object[]
requis

Collection of classifieds included in this webhook call.

isComplete
boolean
requis

False for data batches; true only for the final empty completion notification.

Réponse

Webhook received successfully