> ## Documentation Index
> Fetch the complete documentation index at: https://developers.luccasoftware.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 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.

<Tip>Refer to the webhooks integrations admin interface in order to know which types/topics of events are currently supported.</Tip>

<Steps>
  <Step title="Coding">
    Code and deploy [your webhook endpoint](./spec-receive) that will catch events from the Lucca API.
  </Step>

  <Step title="Activation challenge">
    Implement the [activation challenge](./spec-activate), required for activation.
  </Step>

  <Step title="Security">
    Make sure to [validate all incoming events.](./validate) in order to protect your endpoint.
  </Step>

  <Step title="Declare & confirm">
    [Declare your webhook-endpoint](./declare) on your Lucca account.
  </Step>
</Steps>
