Housr Property Management API
The Housr Property Management API lets you create, update, and delete properties in the Housr platform.All endpoints require
Authorization: Bearer <token> over HTTPS, except /health-check and /auth/token.
Base URLs
- Production:
https://v2.api.uk.housr.com - Sandbox:
https://v2.staging.api.uk.housr.com
What’s inside
- Hourly-expiring token via HTTP Basic Auth to
/auth/token - Properties: create, update, and delete property records
- Health Check: monitor API service availability
- Flexible input: supports JSON or form-encoded data for property creation
Quick start
- Get a token
- Create a property with your Bearer token

