ErrorsBy category
Webhooks errors
All error codes returned by the Webhooks endpoints (6 total).
Every error returned by the Webhooks endpoints. Click any code for the full example response and localized messages.
| Code | Message |
|---|---|
DELIVERY_LOG_NOT_FOUND | Webhook delivery log not found |
URL_MUST_BE_HTTPS | The webhook URL must use HTTPS |
URL_TARGET_NOT_ALLOWED | The webhook URL points to an internal network address. Use an endpoint reachable from the internet. |
WEBHOOK_REACTIVATION_REQUIRES_LIVE_ENDPOINT | BeeL paused this subscription. To reactivate it, the endpoint must first answer a test delivery successfully. |
WEBHOOK_SUBSCRIPTION_NOT_FOUND | Webhook subscription not found |
WEBHOOK_URL_INVALID | The webhook URL is not valid: it must include a host (for example https://mydomain.com/webhook) |