Get the current webhook URL and signing secret status for your business. GET /webhooks. Requires webhooks:read scope.
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.
| Field | Type | Description |
|---|---|---|
webhookUrl | string | null | Your configured webhook endpoint |
isConfigured | boolean | true if a webhook URL is set |
hasWebhookSecret | boolean | true if a signing secret is configured |
createdAt | string | When webhook was first configured |
updatedAt | string | When webhook was last updated |
webhookSecret value itself is never returned after initial generation. If you’ve lost it, use POST /webhooks/secret/regenerate to issue a new one (this invalidates the previous secret).webhookSecret using HMAC-SHA256. Verify the signature before processing any webhook:
JWT access token obtained from POST /auth/token
Webhook retrieved
The response is of type object.