Borough
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.app/v1/webhooks \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "url": "https://myapp.com/webhooks/borough", "events": [ "listing.created", "listing.price_decreased" ] } '
{ "data": { "id": "<string>", "url": "<string>", "events": [ "<string>" ], "active": true, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "secret": "<string>" } }
Polar.sh license key. Format: BOROUGH-<uuid>
BOROUGH-<uuid>
HTTPS endpoint to receive webhook payloads
listing.created
listing.price_decreased
listing.price_increased
listing.status_changed
listing.expired
Webhook registered
Show child attributes