Availability
GET /partner/v1/availability
Section titled “GET /partner/v1/availability”Scope read:availability.
| Query parameter | Required | Meaning |
|---|---|---|
unit | yes | Unit slug |
from | yes | Range start (inclusive), YYYY-MM-DD |
to | yes | Range end (exclusive), YYYY-MM-DD; at most 366 days after from |
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).