Skip to main content
PATCH
Update webhook

Authorizations

Authorization
string
header
required

HS256-signed JWT bearer token, obtained via the OAuth2 client-credentials grant (see Authentication).

Path Parameters

id
string
required

Body

application/json

Update attributes

events
enum<string>[]

Event types this endpoint is subscribed to. Must contain at least one.

Minimum array length: 1
Available options:
decision.allow,
decision.block,
decision.review,
decision.provisional,
decision.async.allow,
decision.async.block,
decision.async.review
url
string<uri>

HTTPS URL that Specter delivers event notifications to.

Response

Updated webhook

id
string<uuid>
events
string[]
inserted_at
string<date-time>
masked_hmac_key
string | null

Masked HMAC key showing only the first 5 characters.

Example:

"abc12xxxxx"

updated_at
string<date-time>
url
string<uri>