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