{
  "data": {
    "data": [
      {
        "id": "111111",
        "name": "Response Webhook",
        "href": "https://api.surveymonkey.com/v3/webhooks/111111",
        "event_type": "response_completed",
        "object_type": "survey",
        "object_ids": [
          "123456789"
        ],
        "subscription_url": "https://example.com/webhook"
      },
      {
        "id": "222222",
        "name": "Collector Webhook",
        "href": "https://api.surveymonkey.com/v3/webhooks/222222",
        "event_type": "collector_created",
        "object_type": "survey",
        "object_ids": [
          "987654321"
        ],
        "subscription_url": "https://example.com/webhook"
      }
    ],
    "page": 1,
    "per_page": 2,
    "total": 2,
    "links": {
      "self": "https://api.surveymonkey.com/v3/webhooks?page=1"
    }
  }
}