Register a URL to receive real-time notifications when listings match your criteria. Returns a signing secret for payload verification.
Tier: Business
cURL
curl --request POST \ --url https://borough.qwady.com/v1/webhooks \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "url": "https://myapp.com/webhooks/borough", "events": [ "new_listing", "price_drop" ], "filters": { "areas": [ 120, 115 ], "maxPrice": 5000, "minBeds": 2, "buildingTypes": [ "CONDO", "CO_OP" ] } } '
{ "data": { "id": "<string>", "url": "<string>", "events": [ "<string>" ], "filters": {}, "secret": "<string>", "isActive": true, "createdAt": "2023-11-07T05:31:56Z" } }
Polar.sh license key. Format: BOROUGH_<uuid>
BOROUGH_<uuid>
HTTPS endpoint to receive webhook payloads
new_listing
price_drop
status_change
Show child attributes
Webhook registered