View recent webhook delivery logs
cURL
curl --request GET \ --url https://api.example.com/api/v1/webhooks/logs
{ "id": 123, "event_type": "<string>", "payload": {}, "response_status": 123, "attempts": 123, "created_at": "<string>" }
curl https://api.tronrental.com/v1/webhooks/logs \ -H "X-API-Key: your_api_key"
[ { "id": 1, "event_type": "order.filled", "payload": { "order_id": 12345, "address": "TAddress...", "energy_amount": 65000 }, "response_status": 200, "attempts": 1, "created_at": "2026-03-05T12:00:00Z" } ]