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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://debitllama.gitbook.io/debitllama/rest-api-v1/configuring-webhooks.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
