webhooks:read.
The sharedSecret is not returned by this endpoint.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
List the webhook subscriptions registered under a Brale account.
GET /accounts/{account_id}/webhooks
webhooks:read.
The sharedSecret is not returned by this endpoint.
| Name | Type | Description |
|---|---|---|
account_id | string | The Brale account whose subscriptions you want to list. |
curl https://api.brale.xyz/accounts/{account_id}/webhooks \
-H "Authorization: Bearer {access_token}"
{
"subscriptions": [
{
"id": "3D3jNzs2r7Sf78qtYpRe1biscLG",
"events": ["transfer.completed"],
"url": "https://your-app.example.com/webhooks/brale",
"status": "active"
}
]
}
Was this page helpful?