> ## Documentation Index
> Fetch the complete documentation index at: https://docs.uk.housr.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Manage properties in the Housr platform with our REST API.

# 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

1. [Get a token](/api-reference/authentication)
2. [Create a property](/api-reference/endpoint/create) with your Bearer token
