Run in Apidog
Retrieve full details for a single delivery, including the reconstructed request payload and headers. The payload is rebuilt dynamically from the referenced filing record.
Request Code Samples
curl --location 'https://api.financialreports.eu/webhooks//deliveries//' \
--header 'x-api-key;' Responses Successfully retrieved delivery details.
{
"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:00Z" ,
"response_body" : null ,
"request_headers" : {
"Content-Type" : "application/json; charset=utf-8" ,
"User-Agent" : "FinancialReports-Webhook/2.0 (User: 1)" ,
"X-Filing-Event" : "filing.processed"
} ,
"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:00Z"
}
}
Modified at 2026-05-08 10:04:35