Webhooks
Create a webhook
Register an HTTPS endpoint to receive link events. Requires the Pro plan or above; each plan has a maximum number of endpoints (Pro 3, Growth 5, Advanced 10, Team 20, Enterprise 50). The response includes the signing secret exactly once.
POST 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.
Body
urlstringrequired
HTTPS URL that receives event POSTs.
eventsstring[]
Events to subscribe to. Defaults to all.
Errors
401 Error
403 Error
422 Error
See Rate Limits & Errors for the error envelope and per-plan limits.