List webhooks
Webhooks
List Webhooks
Retrieve all webhook endpoints for your business. GET /webhooks. Requires webhooks:read scope.
GET
List webhooks
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 all non-deleted webhook endpoints for your business in the current environment, along with delivery health statistics for each.Query Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
limit | integer | 20 | Results per page (max 100) |
offset | integer | 0 | Number of records to skip |
Example
Success Response (200)
Error Codes
| Code | HTTP | Cause |
|---|---|---|
INSUFFICIENT_SCOPE | 403 | Key lacks webhooks:read scope |
Authorizations
API key from the FYATU CaaS portal. Pass as Authorization: Bearer <key>.
Query Parameters
Required range:
1 <= x <= 100Required range:
x >= 0
