Skip to main content
GET
/
webhooks
/
{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"
}
id
string
required
UUID of the webhook event
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"
}
status
string
Delivery status: pending | delivered | failed
attemptsCount
number
Number of delivery attempts made
responseCode
number
HTTP status code returned by your webhook endpoint on the last attempt
lastError
string
Error message from the last failed delivery attempt