curl "https://secureapi.gridlog.io/api/v1/webhooks/wh_123e4567..." \
-H "Authorization: Bearer YOUR_JWT_TOKEN"
{
"id": "wh_123e4567...",
"chain": "polygon",
"address": "0x1A2B3C...",
"addressFrom": "0xSENDER...",
"symbol": "USDC",
"contractAddress": "0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174",
"amount": "100.0",
"txId": "0xabcdef...",
"blockNumber": 58234123,
"subscriptionType": "ADDRESS_TRANSACTION",
"swept": false,
"status": "delivered",
"attemptsCount": 1,
"lastAttemptAt": "2025-03-21T10:01:00.000Z",
"deliveredAt": "2025-03-21T10:01:05.000Z",
"responseCode": 200,
"createdAt": "2025-03-21T10:00:00.000Z"
}
Retrieve a specific webhook delivery event by ID
curl "https://secureapi.gridlog.io/api/v1/webhooks/wh_123e4567..." \
-H "Authorization: Bearer YOUR_JWT_TOKEN"
{
"id": "wh_123e4567...",
"chain": "polygon",
"address": "0x1A2B3C...",
"addressFrom": "0xSENDER...",
"symbol": "USDC",
"contractAddress": "0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174",
"amount": "100.0",
"txId": "0xabcdef...",
"blockNumber": 58234123,
"subscriptionType": "ADDRESS_TRANSACTION",
"swept": false,
"status": "delivered",
"attemptsCount": 1,
"lastAttemptAt": "2025-03-21T10:01:00.000Z",
"deliveredAt": "2025-03-21T10:01:05.000Z",
"responseCode": 200,
"createdAt": "2025-03-21T10:00:00.000Z"
}
curl "https://secureapi.gridlog.io/api/v1/webhooks/wh_123e4567..." \
-H "Authorization: Bearer YOUR_JWT_TOKEN"
{
"id": "wh_123e4567...",
"chain": "polygon",
"address": "0x1A2B3C...",
"addressFrom": "0xSENDER...",
"symbol": "USDC",
"contractAddress": "0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174",
"amount": "100.0",
"txId": "0xabcdef...",
"blockNumber": 58234123,
"subscriptionType": "ADDRESS_TRANSACTION",
"swept": false,
"status": "delivered",
"attemptsCount": 1,
"lastAttemptAt": "2025-03-21T10:01:00.000Z",
"deliveredAt": "2025-03-21T10:01:05.000Z",
"responseCode": 200,
"createdAt": "2025-03-21T10:00:00.000Z"
}
pending | delivered | failed