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 } }
17 } }
18 ], ],
19 "created_at": "2025-03-09T12:00:00Z", "created_at": "2025-03-09T12:00:00Z",
20 "updated_at": "2025-03-09T12:00:00Z" "updated_at": "2025-03-09T12:00:00Z"
21 } }
22 ], ],
23 "page": 1, "page": 1,
24 "page_size": 20, "page_size": 20,
25 "total": 1 "total": 1
26 }}