webhooks
get/user/webhooks/events
Response
Supported webhook events, signature scheme, and management path
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
- ▲
removed the required property
datafrom the response with the200statusresponse-required-property-removed
- ○
added the required property
eventsto the response with the200statusresponse-required-property-added
- ○
added the required property
managementApiPathto the response with the200statusresponse-required-property-added
- ○
added the required property
signatureto the response with the200statusresponse-required-property-added
This revision also has 17 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲