curl "https://secureapi.gridlog.io/api/v1/webhooks?chain=polygon&status=failed&page=1" \ -H "Authorization: Bearer YOUR_JWT_TOKEN"
{ "webhooks": [ { "id": "wh_123e4567...", "chain": "polygon", "address": "0x1A2B3C...", "symbol": "USDC", "amount": "100.0", "txId": "0xabcdef...", "status": "delivered", "attemptsCount": 1, "deliveredAt": "2025-03-21T10:05:00.000Z", "createdAt": "2025-03-21T10:00:00.000Z" } ], "total": 500, "page": 1, "limit": 20, "totalPages": 25 }
List all webhook delivery events with filtering and pagination
polygon
pending
delivered
failed