{
  "data": {
    "webhook_subscriptions": [
      {
        "delivery_method": {
          "id": "PF9KMXH",
          "secret": null,
          "type": "http_delivery_method",
          "url": "https://example.com/receive_a_pagerduty_webhook",
          "custom_headers": [
            {
              "name": "your-header-name",
              "value": "-- redacted --"
            }
          ]
        },
        "description": "Sends PagerDuty v3 webhook events somewhere interesting.",
        "events": [
          "incident.acknowledged",
          "incident.annotated",
          "incident.delegated",
          "incident.escalated",
          "incident.priority_updated",
          "incident.reassigned",
          "incident.resolved",
          "incident.responder.added",
          "incident.responder.replied",
          "incident.triggered",
          "incident.unacknowledged"
        ],
        "filter": {
          "id": "P393ZNQ",
          "type": "service_reference"
        },
        "id": "PY1OL64",
        "type": "webhook_subscription",
        "active": true
      }
    ],
    "limit": 25,
    "offset": 0,
    "total": null,
    "more": false
  }
}