1 {{
2 "id": 42, "id": 42,
3 "name": null, "name": null,
4 "note": null, "note": null,
5 "url": "https://example.com/webhook", "url": "https://example.com/webhook",
6 "active": true, "active": true,
7 "subscriptions": [ "subscriptions": [
8 { {
9 "id": 81, "id": 81,
10 "subscription_type": "initialization_time.available", "subscription_type": "initialization_time.available",
11 "note": null, "note": null,
12 "filters": { "filters": {
13 "model": "wm-6" "model": "wm-6"
14 } }
15 }, },
16 { {
17 "id": 82, "id": 82,
18 "subscription_type": "forecast_hour.available", "subscription_type": "forecast_hour.available",
19 "note": "WM6 forecast outputs", "note": "WM6 forecast outputs",
20 "filters": {} "filters": {}
21 } }
22 ], ],
23 "created_at": "2025-03-09T12:00:00Z", "created_at": "2025-03-09T12:00:00Z",
24 "updated_at": "2025-03-09T13:00:00Z" "updated_at": "2025-03-09T13:00:00Z"
25 }}