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

# Overview

> Learn about Spacebring webhooks

## What are webhooks?

Webhooks are a way for Spacebring 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 `2xx` status code.

### 2. Register the endpoint

Registering webhook endpoint is accessible only to the [**owner**](/administration/roles/owner) of your Spacebring app. The owner can navigate to [Spacebring](https://app.spacebring.com/) > **\[Select Network]** > **Network Settings** > **Developers**. There you can manage all your webhooks.

<Frame>
  <img src="https://mintcdn.com/spacebring/fDkhWae5BfvJy7fA/images/webhooks-register-the-endpoint.png?fit=max&auto=format&n=fDkhWae5BfvJy7fA&q=85&s=3891566c268dc0ad65a4c6b584c9055e" alt="Webhooks Register The Endpoint" width="2816" height="1518" data-path="images/webhooks-register-the-endpoint.png" />
</Frame>

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

<Info>
  To register webhook endpoint, you need to have API addon enabled.
</Info>
