cURL
curl --request GET \ --url https://api.bridge.xyz/v0/webhooks/{webhookID}/events \ --header 'Api-Key: <api-key>'
200
WebhookEventsFound
{ "data": [ { "$ref": "#/components/examples/SuccessfulWebhookEventsResponse" } ]}
List the next 10 events that will be delivered to the specified webhook.
A UUID that uniquely identifies a resource
1 - 42
List of events (the returned list is empty if none found)
Show child attributes
The developer ID of the developer
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
The values here will be prefixed with the event_category. For example, a customer created event will be customer.created
customer.created
created
updated
updated.status_transitioned
deleted
canceled
The object that was affected by the event
The changes that were made to the object
not_started
incomplete
active
rejected
under_review
manual_review
awaiting_ubo
approved
awaiting_funds
funds_received
payment_submitted
payment_processed
in_review
error
returned
refunded
undeliverable
Was this page helpful?