Skip to main content
POST
Create Alert Webhook
Applies to BloodHound Enterprise Only

Authorizations

Authorization
string
header
required

Authorization: Bearer $JWT_TOKEN

Headers

Prefer
string
default:wait=30

Prefer header, used to specify a custom timeout in seconds using the wait parameter as per RFC7240. Passing in wait=-1 bypasses all timeout limits when the feature is enabled.

Pattern: ^wait=(-1|[0-9]+)$

Body

application/json

Request body for creating an alert webhook.

type
enum<string>
required
Available options:
generic,
slack,
ms-teams
name
string
required
url
string<uri>
required

Must be https, http is not supported.

description
string

Response

Created

data
object

Response payload from creating an alert webhook. The newly generated HMAC secret is included on this response only; subsequent reads of the webhook do not expose the secret value.