cURL
curl --request GET \ --url https://api.bridge.xyz/v0/webhooks/{webhookID}/logs \ --header 'Api-Key: <api-key>'
200
WebhookEventsFound
{ "count": 1, "data": [ { "$ref": "#/components/examples/SuccessfulWebhookLogsResponse/value" } ]}
Display the most recent logs for deliveries to the specified webhook.
A UUID that uniquely identifies a resource
1 - 42
Recent delivery looks for the webhook (the returned list is empty if none found)
The number of logs returned
Show child attributes
The status code of the delivery
The id of the event for the delivery
The response body of the delivery
The time of the delivery
Was this page helpful?