Documentation Index
Fetch the complete documentation index at: https://docs.linquid.io/llms.txt
Use this file to discover all available pages before exploring further.
Webhooks API
Linquid has multiple webhook systems for different scopes.Webhook systems
- Workspace webhook manager (
/webhooks-manage/*) - Link webhook manager (
/links/:linkId/webhooks/*) - Integration outbound hooks (
/integrations/outbound/*) - Provider inbound integration callbacks (
/integrations/webhooks/*)
Endpoint matrix
Workspace webhook manager
GET /webhooks-managePOST /webhooks-manageGET /webhooks-manage/:idPATCH /webhooks-manage/:idDELETE /webhooks-manage/:idPOST /webhooks-manage/:id/testPOST /webhooks-manage/:id/enableGET /webhooks-manage/:id/deliveries
Link-specific webhooks
GET /links/:linkId/webhooksPOST /links/:linkId/webhooksGET /links/:linkId/webhooks/:webhookIdPATCH /links/:linkId/webhooks/:webhookIdDELETE /links/:linkId/webhooks/:webhookIdGET /links/:linkId/webhooks/:webhookId/deliveriesGET /links/:linkId/webhooks/:webhookId/deliveries/:deliveryIdPOST /links/:linkId/webhooks/:webhookId/testPOST /links/:linkId/webhooks/:webhookId/redeliver/:deliveryIdPOST /links/:linkId/webhooks/:webhookId/rotate-secret
clickconversionqr_scan
/api-reference/webhooks/event-types
Integration outbound hooks
See integrations outbound hooks:GET /integrations/outboundPOST /integrations/outboundGET /integrations/outbound/events
Provider inbound callbacks
/integrations/webhooks/stripe/integrations/webhooks/shopify/integrations/webhooks/hubspot/integrations/webhooks/slack/*/integrations/webhooks/zapier/*
Permission and feature gates
- Workspace/link webhook management uses links/webhooks permissions.
- Webhook creation/update paths can be feature-gated by plan (
webhooks/integrations). - Delivery inspection routes require read-level permissions.
Operational behavior
- Test delivery endpoints support endpoint validation before enabling.
- Delivery logs support observability and retry/redelivery flows.
- Secret rotation endpoints invalidate old signature secrets for future deliveries.
Typical failures
403permission/feature denial404webhook or delivery not found in scope- signature verification errors on inbound provider callbacks
- destination delivery failures recorded in delivery history
/api-reference/webhooks/event-types/api-reference/webhooks/workspace-and-link-webhooks/api-reference/webhooks/deliveries-testing-and-automation/user-guides/manual/ecosystem/integrations-and-webhooks-reference/user-guides/manual/ecosystem/workspace-integrations-reference

