> For the complete documentation index, see [llms.txt](https://debitllama.gitbook.io/debitllama/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://debitllama.gitbook.io/debitllama/rest-api-v1/configuring-webhooks.md).

# Configuring Webhooks

Webhooks allow you to get notified about subscription events.

{% hint style="info" %}
Webhooks are available in production!
{% endhint %}

<figure><img src="/files/WVowIoJqmbHj6NxYmDPH" alt=""><figcaption></figcaption></figure>

#### Configuring the webhooks

Navigate to the API menu using the sidebar in the application and select Webhooks from the tab on the right side.<br>

* You need to enter the URL of the webhook
* Clock on the events you want to receive notifications on!
* If your endpoint implements authentication, you can enter the token.

The header of the request will contain the following information:

```json
{"Authorization" : "<Token You entered>","Content-Type":"application/json"}
```

This way you can use an authenticated endpoint!
