GET
/webhooksList webhook endpoints
GET /webhooks
Requires the businesses scope.
Response
200: { "ok": true, … }
| Field | Type | Description | |
|---|---|---|---|
ok | boolean | required | |
webhooks | array of WebhookEndpoint | required |
Errors: 400, 401, 403, 404, 429. Every failure answers { "error": …, "reason": … }. Branch on reason.