Skip to content

Webhooks

Event subscriptions for real-time synchronization.

List webhooks

Request

Returns all webhooks registered by the authenticated client.

Each webhook has a list of subscribed event types (origines) and a target URL.

Security
bearerAuth
curl -i -X GET \
  https://api-doc.immo-facile.com/_mock/openapi/hooks \
  -H 'Authorization: Bearer <YOUR_opaque_HERE>'

Responses

List of webhooks

Bodyapplication/json
dataArray of objects(WebhookResponse)
Response
{ "data": [ {} ] }