# Verify webhook delivery

**POST** `/webhooks/verify`

Sends a signed synthetic webhook test event to the supplied URL or the saved webhook URL.

Authentication: bearerAuth
Required scopes: `webhook:update`
Allowed roles: `owner`, `admin`
Authorization: Verify webhook delivery.

## Request body

- `application/json`: `VerifyWebhookRequest` optional.

## Responses

- `200`: Verification result
- `default`: Error
