Week in review
This week makes the operational and financial reporting API endpoints fully available in the OpenAPI specification, and fixes a missing error code in report access control responses.New features
- Reporting API endpoints in OpenAPI spec — The
/reports and /financial-reports endpoints are now included in the published OpenAPI specification. If you generate client SDKs or use the interactive Swagger UI, these endpoints are now discoverable and testable directly from the spec. Both endpoints require at least the Landlord role and a PRO or BUSINESS plan. Learn more
Bug fixes
- Corrected error response for report access control — Requesting a report without the required role now correctly returns a
FORBIDDEN error code. Previously, the error code was missing from the response, which could make it harder for API consumers to handle access-denied scenarios programmatically. Learn more
Last modified on April 16, 2026