cURL
curl --request GET \ --url https://api.bridge.xyz/v0/webhooks \ --header 'Api-Key: <api-key>'
200
WebhooksFound
{ "data": [ { "$ref": "#/components/examples/SuccessfulWebhookResponse" }, { "$ref": "#/components/examples/SuccessfulWebhookResponse2" } ]}
Get the full list of active and disabled webhook endpoints configured on Bridge
List of webhook endpoints (the returned list is empty if none found)
Show child attributes
An identifier that uniquely identifies the webhook endpoint
The URL that the webhook will send events to
The status of the webhook. Only active webhooks will receive events automatically.
active
disabled
deleted
The public key (in PEM format) that should be used to verify the authenticity of webhook events
The list of event categories that the webhook endpoint will receive
The category of the webhook event
customer
kyc_link
liquidation_address.drain
static_memo.activity
transfer
virtual_account.activity
card_account
card_transaction
card_withdrawal
posted_card_account_transaction
Was this page helpful?