Re-sends the webhook event for a specific delivery. A new delivery record is created with the result of the replay attempt.
Request
Body Params application/json
{
"url": "http://example.com",
"is_active": true,
"include_markdown": true,
"include_isins": false,
"track_all_companies": false,
"trigger_on_filing_received": false,
"trigger_on_filing_processed": true,
"subscribed_filing_types": [
"string"
]
}
Request Code Samples
curl --location --request POST 'https://api.financialreports.eu/webhooks//deliveries//replay/' \
--header 'x-api-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"url": "http://example.com",
"is_active": true,
"include_markdown": true,
"include_isins": false,
"track_all_companies": false,
"trigger_on_filing_received": false,
"trigger_on_filing_processed": true,
"subscribed_filing_types": [
"string"
]
}'
Modified at 2026-03-29 10:11:20