Update Webhook URL
Configuration
Update Webhook URL
Set or update your webhook endpoint URL for receiving real-time event notifications. PUT /webhooks.
PUT
Update Webhook URL
Update Webhook URL
Set or update the webhook URL where FYATU will send event notifications. The URL must use HTTPS. If this is the first time setting a webhook URL, a webhook secret will be automatically generated and returned in the response. Store this secret securely - it will not be shown again.Request
The HTTPS URL where webhooks will be sent. Set to
null or empty string to disable webhooks.Response
Whether the request was successful
Validation Rules
| Rule | Description |
|---|---|
| HTTPS Required | Webhook URL must use https:// protocol |
| Valid URL | Must be a properly formatted URL |
| Max Length | URL must be less than 500 characters |
Disabling Webhooks
To disable webhooks, send an empty string ornull:
Authorizations
JWT access token obtained from /auth/token
Body
application/json
The HTTPS URL where webhook events will be sent. Must use HTTPS protocol.
Example:
"https://example.com/webhooks/fyatu"

