1 {{
2 "webhooks": [ "webhooks": [
3 { {
4 "id": 42, "id": 42,
5 "name": null, "name": null,
6 "note": null, "note": null,
7 "url": "https://example.com/webhook", "url": "https://example.com/webhook",
8 "active": true, "active": true,
9 "subscriptions": [ "subscriptions": [
10 { {
11 "id": 81, "id": 81,
12 "subscription_type": "initialization_time.available", "subscription_type": "initialization_time.available",
13 "note": null, "note": null,
14 "filters": { "filters": {
15 "model": "wm-6", "model": "wm-6",
16 "initialization_time_hours": [ "initialization_time_hours": [
17 "0:00", "0:00",
18 "12:00" "12:00"
19 ] ]
20 }, },
21 "response_options": { "response_options": {
22 "type": "gridded" "type": "gridded"
23 } }
24 } }
25 ], ],
26 "created_at": "2025-03-09T12:00:00Z", "created_at": "2025-03-09T12:00:00Z",
27 "updated_at": "2025-03-09T12:00:00Z" "updated_at": "2025-03-09T12:00:00Z"
28 } }
29 ], ],
30 "page": 1, "page": 1,
31 "page_size": 20, "page_size": 20,
32 "total": 1 "total": 1
33 }}