> 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

How webhooks work and how to configure them?

Webhooks allow you to get notified about subscription events.

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

<figure><img src="https://3358659112-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEch4oI95sxHLn0ijmxk4%2Fuploads%2FxeZuqfKqg3Mwmyv9ZVuO%2FScreenshot%20from%202023-10-29%2020-58-11.png?alt=media&amp;token=5810b0f1-b7ad-4eca-b9d2-47f94190ca69" 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!
