Methods

  • get - List Web Hook Registrations
  • get - Get Web Hook Registration by ID
  • post - Register Web Hook
  • put - Update Web Hook Registration

Resource

{
    "description": "string",
    "filters": [
        "string"
    ],
    "headers": {
        "<key>": "string"
    },
    "id": "string",
    "isPaused": "boolean",
    "properties": {
        "<key>": {}
    },
    "secret": "string",
    "webHookUri": "string"
}

Properties

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
properties.<key> map of object Object
secret string String
webHookUri string Uri