webhooks

get/user/webhooks/events

Response

Supported webhook events, signature scheme, and management path

managementApiPathstring required

Example response

{
  "events": [
    {
      "type": "threat.detected"
    }
  ],
  "managementApiPath": "/user/webhooks",
  "signature": {
    "algorithm": "HMAC-SHA256",
    "header": "X-IsMalicious-Signature"
  }
}

Changes

Changed in 1 of the 5 revisions of this API.13

  • 9d9ef31d83e513See the full diff
    • removed the required property data from the response with the 200 status

      response-required-property-removed

    • added the required property events to the response with the 200 status

      response-required-property-added

    • added the required property managementApiPath to the response with the 200 status

      response-required-property-added

    • added the required property signature to the response with the 200 status

      response-required-property-added

    This revision also has 17 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog