Property Management
Key Management
Track physical keys throughout their lifecycle — from creation to archival.
Key lifecycle
Code
Keys are associated with an estate and track who holds them, when they were handed over, and their current condition.
Create a key
Code
Code
Key types
| Value | Description |
|---|---|
CLEF | Physical key (door, mailbox, garage, etc.) |
CLEF_DUPLIQUEE | Duplicated key |
BADGE_MAGNETIQUE | Magnetic badge |
BADGE_RF | Radio-frequency badge |
BIOMETRIQUE | Biometric access |
TELECOMMANDE | Remote control (gate, garage) |
Key statuses
| Status | Description |
|---|---|
ACTIVE | Key registered and available |
RENDERED | Key handed over to the tenant |
LOST | Key reported lost |
STOLEN | Key reported stolen |
DAMAGED | Key reported damaged |
REPLACED | Key has been replaced by a new one |
ARCHIVED | Key no longer in use |
Status actions
Each status transition has a dedicated endpoint:
| Action | Endpoint | Description |
|---|---|---|
| Render | POST .../keys/{key_id}/render | Hand key over to tenant |
| Return | POST .../keys/{key_id}/return | Tenant returns key |
| Lost | POST .../keys/{key_id}/lost | Report key as lost |
| Found | POST .../keys/{key_id}/found | Mark lost key as found |
| Stolen | POST .../keys/{key_id}/stolen | Report key as stolen |
| Damaged | POST .../keys/{key_id}/damaged | Report key as damaged |
| Replaced | POST .../keys/{key_id}/replaced | Mark key as replaced |
| Archive | POST .../keys/{key_id}/archive | Archive key |
List keys for an estate
Code
Code
Keys in the lease document
Keys are automatically included in the generated lease PDF. The key inventory appears in the entry/exit inspection section (etat des lieux).
When generating a lease PDF, all keys with status RENDERED for the estate are listed with their type, quantity, and handover date.
Related
- Property Overview — Property hierarchy
- Estates API — Manage rental units
- Lease Workflow — End-to-end lease creation
Last modified on