Pipedream · Schema

GetWebhookResponse

Response received when retrieving a webhook

ProCode_API_CompositionWorkflowsConnectMCPEmbedded IntegrationsManaged AuthAI Agents

Properties

Name Type Description
data object
View JSON Schema on GitHub

JSON Schema

pipedream-getwebhookresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GetWebhookResponse",
  "title": "GetWebhookResponse",
  "type": "object",
  "description": "Response received when retrieving a webhook",
  "required": [
    "data"
  ],
  "properties": {
    "data": {
      "nullable": true,
      "allOf": [
        {
          "$ref": "#/components/schemas/Webhook"
        }
      ]
    }
  }
}