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

# Overview

> Learn about RNTOR webhooks

## What are webhooks?

Webhooks are a way for RNTOR to notify you about events that occur in your network. For example, when a booking is created, a webhook will be sent to your application.

## Steps to set up webhooks

### 1. Create your endpoint

In your application, you should create an endpoint that will receive the webhooks. This endpoint should receive POST requests and respond with a `2xx` status code.

### 2. Register the endpoint

Registering a webhook endpoint is accessible only to the owner of your RNTOR app. The owner can navigate to **RNTOR** > **Select Network** > **Network settings** > **Developers**. There you can manage all your webhooks.

<img src="https://mintcdn.com/rntor/6B7s0VPEUKYjomu1/images/administration-api-&-webhooks-1.png?fit=max&auto=format&n=6B7s0VPEUKYjomu1&q=85&s=dd91678512dcf5bfea37ab564758a2b4" alt="Register the webhook endpoint" width="1024" height="559" data-path="images/administration-api-&-webhooks-1.png" />

You can get the full list of event types [here](https://webhooks.rntor.com/).

<Info>
  To register a webhook endpoint, you need to have the API & webhooks add-on enabled.
</Info>
