Block or unblock a webhook URL (admin)

post/api/notifications/v1/admin/webhooks/blockurl

Adds or removes a URL from the blocked_webhooks list. Blocked URLs will not receive webhook deliveries.

Request Body

url string required
Min length: >= 1 characters
action string required
Allowed values: BLOCK UNBLOCK
reason string

200 Response

message string required
action string required
url string required
reason string

400 Response