Your webhook endpoints for watcher alerts
webhooksCheck registered alert endpoints for delivery status, showing last successful delivery and most recent error to verify alert routing.
Instructions
The HTTPS endpoints this account has registered for watcher alerts, with when each last received a delivery and its last error. Needs FLETCH_API_KEY with the watchers:read scope; without a key this returns 401. The key is sent only to this route, and only when FLETCH_API_URL is https. Creating, rotating and deleting an endpoint is deliberately not exposed here — an endpoint is where alerts leave Fletch, so it is added in the dashboard (Settings → Webhooks) or with an explicit POST /api/v1/webhooks. Each delivery is signed X-Fletch-Signature: t=,v1=<hex hmac-sha256 over ".">. lastError is the most recent failure whenever it happened and is cleared by the next success — it is not evidence the endpoint is down now; compare lastErrorAt with lastDeliveredAt, which counts test pings as well as alerts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||