Webhooks
Webhooks (Booking Status Updates)
Instead of polling the booking_updates endpoint, you can receive real-time push notifications when a booking status changes:
- You provide an HTTPS endpoint (e.g.,
https://yoursite.com/pe-webhook) that accepts POST requests. - Project Expedition configures the webhook on your account — no API call required on your side.
- 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.