Webhooks
Update a webhook
Change the URL, subscribed events, or active state. Setting active to true on a disabled endpoint resets its failure count.
PATCH https://u2l.ai/api/v1/webhooks/{id}
Authorizations
Authorizationstringrequired
Bearer authentication header of the form Bearer <token>, where <token> is your U2L API key (u2l_live_...). Create one in the dashboard under Settings > API.
Path Parameters
idstringrequired
Body
urlstring
eventsstring[]
activeboolean
Re-enabling a disabled endpoint resets its failure count.
Response 200
idstring
urlstring
eventsstring[]
activeboolean
failureCountinteger
Consecutive failed deliveries. The endpoint is disabled automatically at 20. Resets to 0 on any successful delivery.
lastDeliveryAtstring
createdAtstring
Errors
401 Error
404 Error
422 Error
See Rate Limits & Errors for the error envelope and per-plan limits.