Retrieve the details of a specific webhook by its ID.
Request Code Samples
curl --location --request GET 'https://api.financialreports.eu/webhooks//' \
--header 'x-api-key;'
Responses
application/json {
"id": 1,
"url": "https://myapp.com/api/financialreports-webhook",
"is_active": true,
"include_markdown": false,
"subscribed_filing_types": [
"10-K",
"Annual Report"
],
"secret_key": "whk_sec_a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4e5f6",
"created_at": "2025-11-15T10:30:00Z",
"updated_at": "2025-11-15T10:30:00Z"
}
Modified at 2025-11-15 06:49:38