# Housr API ## Docs - [Get bearer token](https://docs.uk.housr.com/api-reference/auth/get-bearer-token.md): Issue a short-lived bearer token for API authentication. The token expires after 1 hour and provides access to the Housr API based on your client credentials and associated scopes. - [Health check](https://docs.uk.housr.com/api-reference/health-check/health-check.md) - [Overview](https://docs.uk.housr.com/api-reference/overview.md): Manage properties in the Housr platform with our REST API. - [Create a property](https://docs.uk.housr.com/api-reference/properties/create-a-property.md): Creates a new property record - [Delete a property](https://docs.uk.housr.com/api-reference/properties/delete-a-property.md): Deletes the property associated with the given ID. - [Get a property](https://docs.uk.housr.com/api-reference/properties/get-a-property.md): Retrieves a property by its ID. - [Update a property](https://docs.uk.housr.com/api-reference/properties/update-a-property.md): Updates an existing property. Server enforces ownership/permissions. Provide only the fields you wish to change. `images` accepts CSV string or array. ## OpenAPI Specs - [openapi](https://docs.uk.housr.com/openapi.yaml)