Sends a pre-defined 'filing.processed.test' event to the configured webhook URL to verify its functionality.
Request
Body Params application/json
{
"url": "http://example.com",
"is_active": true,
"include_markdown": true,
"subscribed_filing_types": [
"string"
]
}
Request Code Samples
curl --location --request POST 'https://api.financialreports.eu/webhooks//test/' \
--header 'x-api-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"url": "http://example.com",
"is_active": true,
"include_markdown": true,
"subscribed_filing_types": [
"string"
]
}'
Responses
application/json
Test event was sent and the endpoint responded successfully.
Modified at 2025-11-15 06:49:38