Learn about Spacebring 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.
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.
Registering webhook endpoint is accessible only to the owner of your Spacebring app. The owner can navigate to Spacebring > [Select Network] > Network Settings > Developers. There you can manage all your webhooks.
You can get full list of event types here
Learn about Spacebring 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.
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.
Registering webhook endpoint is accessible only to the owner of your Spacebring app. The owner can navigate to Spacebring > [Select Network] > Network Settings > Developers. There you can manage all your webhooks.
You can get full list of event types here