Retrieve the details of a specific webhook by its ID. Note: Secret keys are not visible here.
Request Code Samples
curl --location --request GET 'https://api.financialreports.eu/webhooks//' \
--header 'x-api-key;'
Responses
application/json {
"id": 1,
"url": "https://api.your-domain.com/webhook-receiver",
"is_active": true,
"include_markdown": false,
"include_isins": false,
"trigger_on_filing_received": false,
"trigger_on_filing_processed": true,
"track_all_companies": false,
"subscribed_filing_types": [
"10-K",
"Annual Report"
],
"created_at": "2025-11-15T10:30:00Z",
"updated_at": "2025-11-15T10:30:00Z"
}
Modified at 2026-02-13 12:52:23