Workspace and Link Webhooks
Linquid supports two direct webhook management surfaces: workspace-level webhooks and per-link webhooks.Workspace webhook manager (/webhooks-manage)
GET /api/webhooks-managePOST /api/webhooks-manageGET /api/webhooks-manage/:idPATCH /api/webhooks-manage/:idDELETE /api/webhooks-manage/:idPOST /api/webhooks-manage/:id/testPOST /api/webhooks-manage/:id/enableGET /api/webhooks-manage/:id/deliveries
Link webhook manager (/links/:linkId/webhooks)
GET /api/links/:linkId/webhooksPOST /api/links/:linkId/webhooksGET /api/links/:linkId/webhooks/:webhookIdPATCH /api/links/:linkId/webhooks/:webhookIdDELETE /api/links/:linkId/webhooks/:webhookIdGET /api/links/:linkId/webhooks/:webhookId/deliveriesGET /api/links/:linkId/webhooks/:webhookId/deliveries/:deliveryIdPOST /api/links/:linkId/webhooks/:webhookId/testPOST /api/links/:linkId/webhooks/:webhookId/redeliver/:deliveryIdPOST /api/links/:linkId/webhooks/:webhookId/rotate-secret
Event model
Common link webhook events include:clickconversionqr_scan
/api-reference/webhooks/event-types
Permissions and limits
- Workspace webhooks: links permission family (
links:read/create/update/delete) with webhook feature/limit checks on create. - Link webhooks: link ownership validation +
links:*permissions.
Secrets and signing
- Secrets are generated on create.
- Secrets are masked in most read responses.
- Rotation endpoints issue new secrets for future signatures.

