Get a webhook
Webhooks
Get Webhook
Retrieve full details and delivery statistics for a webhook endpoint. GET /webhooks/. Requires webhooks:read scope.
GET
Get a webhook
Documentation Index
Fetch the complete documentation index at: https://docs.fyatu.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Returns the full details for a single webhook endpoint, including delivery health statistics.Path Parameters
| Parameter | Type | Description |
|---|---|---|
id | string | The webhook ID (prefix whk_) |
Example
Success Response (200)
Error Codes
| Code | HTTP | Cause |
|---|---|---|
WEBHOOK_NOT_FOUND | 404 | Webhook does not exist or belongs to another business/environment |
INSUFFICIENT_SCOPE | 403 | Key lacks webhooks:read scope |

