cURL
curl --request GET \ --url https://sandbox.trybraid.xyz/webhooks/registrations/{registrationId} \ --header 'Authorization: Bearer <token>'
{ "id": "1e9b4d42-0e0d-4a0e-9c55-3d6a1df3b9c1", "url": "https://api.partner.com/webhooks/braid", "status": "active", "eventTypes": [ "portfolio_wallet.balance.updated", "portfolio_wallet.deposit.status_changed" ], "description": "Alerts our ledger service when balances change", "createdAt": "2026-02-08T18:04:10.123Z", "disabledAt": null, "disabledReason": null }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Webhook registration identifier
Webhook registration