Week in review
This week refines the reporting and property APIs with more detailed data, making it easier to build integrations that reflect the full state of your portfolio.Updates
-
Full maintenance breakdown in operational reports — The
/reports endpoint now returns awaitingParts and cancelled counts alongside open, inProgress, and completed in the maintenance section. If you consume operational reports via the API, you now get a complete picture of maintenance request status distribution without needing to query individual requests. Learn more
-
Archiving fields in the properties API — The properties API response now includes
is_archived and archived_at fields. Use these to programmatically identify which properties have been archived and when, or filter for archived properties using the availability=archived query parameter. Learn more
-
Notification expiration timestamps — Each notification now includes an
expires_at field indicating when it will be automatically removed (90 days after creation). If your integration displays or syncs notifications, you can use this field to handle expiration gracefully on your end. Learn more
Last modified on April 16, 2026