{
"uuid": "550e8400-e29b-41d4-a716-446655440000",
"webhook_id": 1,
"event_type": "filing.processed",
"filing_id": 12345,
"status": "success",
"response_status_code": 200,
"duration_ms": 342,
"created_at": "2025-11-15T10:30:00+00:00",
"response_body": null,
"request_headers": {
"Content-Type": "application/json; charset=utf-8",
"User-Agent": "FinancialReports-Webhook/2.0 (User: 1)",
"X-Filing-Timestamp": "<unix seconds, set per attempt at send time>",
"X-Filing-Event": "filing.processed",
"X-Filing-Signature-256": "<hex HMAC-SHA256 over \"{X-Filing-Timestamp}.{raw_body}\", computed per attempt at send time>"
},
"request_payload": {
"webhook_id": "1",
"filing_id": "12345",
"company": {
"id": "100",
"name": "Example Corp"
},
"filing": {
"id": "12345",
"title": "Annual Report 2024"
},
"triggered_at": "2025-11-15T10:30:00+00:00"
}
}