Skip to main content
GET
/
webhooks
/
{webhookID}
/
events
List upcoming events
curl --request GET \
  --url https://api.bridge.xyz/v0/webhooks/{webhookID}/events \
  --header 'Api-Key: <api-key>'
{
"data": [
{
"$ref": "#/components/examples/SuccessfulWebhookEventsResponse"
}
]
}

Authorizations

Api-Key
string
header
required

Path Parameters

webhookID
string
required

A UUID that uniquely identifies a resource

Required string length: 1 - 42

Response

List of events (the returned list is empty if none found)

data
object[]
required