Webhooks API
Lifecycle event handlers for Clerk and Svix
Danvas exposes webhook endpoints to receive lifecycle events from external services like Clerk (user management) and Svix (integration message delivery).
Security
All webhook endpoints require signature verification to ensure requests originate from a trusted source.
Clerk Signature
Verify the svix-id, svix-timestamp, and svix-signature headers using your CLERK_WEBHOOK_SECRET.
Payload Schemas
Webhook payloads vary by event type. Refer to the specific service documentation for detailed object structures.