Lux Docs

Webhooks

Event-driven notifications

Create Webhook

curl -X POST https://api.lux.cloud/v1/webhooks \
  -d '{"url": "https://example.com/hook", "events": ["transfer"]}'

On this page