Webhooks
List webhooks
List all webhook endpoints on your account. The signing secret is never returned after creation.
GET https://u2l.ai/api/v1/webhooks
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.
Response 200
webhooksobject[]
webhooks[].idstring
webhooks[].urlstring
webhooks[].eventsstring[]
webhooks[].activeboolean
webhooks[].failureCountinteger
Consecutive failed deliveries. The endpoint is disabled automatically at 20. Resets to 0 on any successful delivery.
webhooks[].lastDeliveryAtstring
webhooks[].createdAtstring
Errors
401 Error
See Rate Limits & Errors for the error envelope and per-plan limits.