Skip to main content
GET
/
webhooks
/
{webhookID}
/
logs
View logs
curl --request GET \
  --url https://api.bridge.xyz/v0/webhooks/{webhookID}/logs \
  --header 'Api-Key: <api-key>'
{
"count": 1,
"data": [
{
"$ref": "#/components/examples/SuccessfulWebhookLogsResponse/value"
}
]
}

Authorizations

Api-Key
string
header
required

Path Parameters

webhookID
string
required

A UUID that uniquely identifies a resource

Required string length: 1 - 42

Response

Recent delivery looks for the webhook (the returned list is empty if none found)

count
integer
required

The number of logs returned

data
object[]
required