Submit a booking
POST/developer/bookings/save
Submit a new booking with guest details, dates, and pricing. The booking is attributed to your API key's client name for tracking in the admin dashboard. In sandbox mode, returns a mock response without creating an actual booking. Always call calculatePrice first to get the correct property_charge before submitting.
Request
Responses
- 200
- 400
- 403
- 422
- 429
Booking confirmation with booking ID, status, and guest details
Bad request — malformed body
Invalid API key, IP not whitelisted, or origin not allowed
Validation failed — check message array for details
Rate limit exceeded — check Retry-After header