Webhook Reservation

This documents the webhook payload that Host Tools will POST to your configured webhook URL
when reservation-related events occur.

Note: This is not an API endpoint you call.
This documents the requests that Host Tools sends TO your webhook URL.

When triggered:

  • New reservation is created
  • Reservation status changes (accepted, cancelled, etc.)
  • Reservation details are updated (dates, guest info, pricing, etc.)

Handling the webhook:

  1. Your endpoint should respond with HTTP 200 status
  2. Process the data asynchronously if needed
  3. Respond within 30 seconds
Language
Click Try It! to start a request and see the response here!