Get available nights from a check-in date
POST/developer/properties/:id/available-nights
Given a check-in date, returns the valid night durations available for a property (e.g., 3, 4, 7, 14 nights). Takes into account subsequent bookings, minimum stay rules, and short break configuration. Use this to populate a "number of nights" dropdown after the guest selects a check-in date.
Request
Responses
- 200
- 400
- 403
- 404
- 422
- 429
Array of valid night durations available from the given check-in date
Bad request — malformed body
Invalid API key, IP not whitelisted, or origin not allowed
Property not found
Validation failed — check message array for details
Rate limit exceeded — check Retry-After header