List all active webhook subscriptions for the authenticated account.
Tier: Business
cURL
curl --request GET \ --url https://borough.qwady.com/v1/webhooks \ --header 'Authorization: Bearer <token>'
{ "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>
List of webhook subscriptions
Show child attributes