Returns all webhooks registered by the authenticated client.
Each webhook has a list of subscribed event types (origines) and a target URL.
Security
bearerAuth
- Mock serverhttps://api-doc.immo-facile.com/_mock/openapi/hooks
- https://v2.immo-facile.com/api/v2/sitehttps://v2.immo-facile.com/api/v2/site/hooks
curl -i -X GET \
https://api-doc.immo-facile.com/_mock/openapi/hooks \
-H 'Authorization: Bearer <YOUR_opaque_HERE>'Response
{ "data": [ { … } ] }