curl --location --request GET 'https://api.financialreports.eu/webhooks/' \
--header 'x-api-key;'{
"count": 123,
"next": "http://api.example.org/accounts/?page=4",
"previous": "http://api.example.org/accounts/?page=2",
"results": [
[
{
"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"
}
]
]
}