Documentation Index
Fetch the complete documentation index at: https://qwady.wiki/llms.txt
Use this file to discover all available pages before exploring further.
Webhooks require a Business tier subscription.
Overview
Borough webhooks deliver real-time notifications when listings change. Webhooks use the Standard Webhooks specification for payload signing and verification.Event types
| Event | Description |
|---|---|
listing.created | A new listing appeared in the search index |
listing.price_decreased | Listing price dropped by more than $25 |
listing.price_increased | Listing price increased by more than $25 |
listing.status_changed | Listing status changed (e.g., ACTIVE to IN_CONTRACT) |
listing.expired | Listing went off-market |
Payload format
Signature verification
Every webhook request includes three headers:| Header | Description |
|---|---|
webhook-id | Unique delivery ID |
webhook-timestamp | Unix timestamp of signing |
webhook-signature | v1,<base64-hmac-sha256> |