Catching events
Get Started
Learn how to receive events.
In order to receive events, you must first deploy a webhook endpoint on your side. This is the URL Lucca will send HTTP POST requests to whenever an event occurs.
1
Coding
Code and deploy your webhook endpoint that will catch events from the Lucca API.
2
Activation challenge
Implement the activation challenge, required for activation.
3
Security
Make sure to validate all incoming events. in order to protect your endpoint.
4
Declare & confirm
Declare your webhook-endpoint on your Lucca account.
Was this page helpful?