ZoomInfo · JSON Structure

Zoominfo Getallwebhooks Structure

Type: object Properties: 1 Required: 1
B2BB2B DataCompany DataContact DatabaseContactsDataLead GenerationMarketing IntelligenceSales Intelligence

Getallwebhooks is a JSON Structure definition published by ZoomInfo, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

webhooks

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "Getallwebhooks",
  "properties": {
    "webhooks": {
      "type": "array",
      "description": "",
      "items": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string"
          },
          "title": {
            "type": "string"
          },
          "enabled": {
            "type": "boolean"
          },
          "targetUrl": {
            "type": "string"
          },
          "createdDate": {
            "type": "string"
          },
          "subscriptions": {
            "type": "array",
            "description": "",
            "items": {
              "type": "object",
              "properties": {
                "createdDate": {
                  "type": "string"
                },
                "modifiedDate": {
                  "type": "string"
                },
                "eventType": {
                  "type": "string"
                },
                "objectType": {
                  "type": "string"
                },
                "fullPayload": {
                  "type": "boolean"
                },
                "subscriptionId": {
                  "type": "string"
                }
              },
              "required": [
                "createdDate",
                "modifiedDate",
                "eventType",
                "objectType",
                "subscriptionId"
              ]
            }
          }
        },
        "required": [
          "id",
          "enabled",
          "targetUrl",
          "createdDate",
          "subscriptions"
        ]
      }
    }
  },
  "required": [
    "webhooks"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}