{
    "description": "string",
    "filters": [
        "string"
    ],
    "headers": {
        "<key>": "string"
    },
    "id": "string",
    "isPaused": "boolean",
    "properties": {},
    "secret": "string",
    "webHookUri": "uri"
}
| Name | Type | Description | 
|---|---|---|
| description | string | String | 
| filters[] | array of string | |
| headers | object | 
      IDictionary | 
  
| headers.<key> | map of string | String | 
| id | string | String | 
| isPaused | boolean | Boolean | 
| properties | object | 
      IDictionary | 
  
| secret | string | String | 
| webHookUri | uri | Uri | 
Powered by DapperDox