Skip to content

Availability

Scope read:availability.

Query parameterRequiredMeaning
unityesUnit slug
fromyesRange start (inclusive), YYYY-MM-DD
toyesRange end (exclusive), YYYY-MM-DD; at most 366 days after from
Terminal window
GET /partner/v1/availability?unit=marina-loft-2br&from=2026-09-01&to=2026-10-01
{
"unit": "marina-loft-2br",
"from": "2026-09-01",
"to": "2026-10-01",
"blockedNights": ["2026-09-03", "2026-09-04"]
}

blockedNights is the sorted union of occupied nights (bookings, options, owner stays, maintenance) and post-checkout turnover blocks. Nights not listed are sellable. Semantics and UI guidance: availability guide.

Errors: 400 VALIDATION (missing/malformed parameters or range too large), 404 NOT_FOUND (unknown slug).