Skip to content

Webhooks

Webhooks (Booking Status Updates)

Instead of polling the booking_updates endpoint, you can receive real-time push notifications when a booking status changes:

  1. You provide an HTTPS endpoint (e.g., https://yoursite.com/pe-webhook) that accepts POST requests.
  2. Project Expedition configures the webhook on your account — no API call required on your side.
  3. When a booking status changes, PE sends a POST to your endpoint with the updated booking data. No polling necessary.

To set up a webhook, email partners@projectexpedition.com with your endpoint URL.

Staging: Webhooks can be configured for the staging environment as well, allowing you to test your handler before going live.