Getting Started
Introduction
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 of your Spacebring app. The owner can navigate to Account > [Select Network] > API. There you can manage all your webhooks.
To register webhook endpoint, you need to have API addon enabled.