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
Was this page helpful?