{
"success": true,
"data": {
"deliveryId": "del_001",
"subscriptionId": "sub_12345",
"eventId": "evt_12345",
"eventType": "customer.created",
"url": "https://your-app.com/webhooks/finhub",
"status": "DELIVERED",
"payload": {
"id": "evt_12345",
"type": "customer.created",
"timestamp": "2024-01-15T10:30:00Z",
"data": {
"customerId": "cust_12345",
"email": "[email protected]"
}
},
"requestHeaders": {
"Content-Type": "application/json",
"X-FinHub-Signature": "sha256=..."
},
"responseCode": 200,
"responseBody": "OK",
"responseTime": 125,
"attempts": [
{
"attemptNumber": 1,
"timestamp": "2024-01-15T10:30:05Z",
"responseCode": 200,
"success": true
}
]
}
}