curl --request GET \
--url https://api.bridge.xyz/v0/webhooks/{webhookID}/events \
--header 'Api-Key: <api-key>'{
"data": [
{
"api_version": "<string>",
"event_id": "<string>",
"event_developer_id": "<string>",
"event_category": "customer",
"event_type": "created",
"event_object_id": "<string>",
"event_object": {},
"event_object_changes": {},
"event_created_at": "2023-11-07T05:31:56Z",
"event_sequence": 123,
"event_object_status": "not_started"
}
]
}List the next 10 events that will be delivered to the specified webhook.
curl --request GET \
--url https://api.bridge.xyz/v0/webhooks/{webhookID}/events \
--header 'Api-Key: <api-key>'{
"data": [
{
"api_version": "<string>",
"event_id": "<string>",
"event_developer_id": "<string>",
"event_category": "customer",
"event_type": "created",
"event_object_id": "<string>",
"event_object": {},
"event_object_changes": {},
"event_created_at": "2023-11-07T05:31:56Z",
"event_sequence": 123,
"event_object_status": "not_started"
}
]
}A UUID that uniquely identifies a resource
1 - 42List of events (the returned list is empty if none found)
Show child attributes
A UUID that uniquely identifies a resource
1 - 42The 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
created, updated, updated.status_transitioned, deleted, canceled A UUID that uniquely identifies a resource
1 - 42The 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, canceled, error, returned, refunded, undeliverable Was this page helpful?