Property Management API for France
Developer documentation
The API for French property management
faire place à ce qui compte
Create leases, collect advanced electronic signatures (eIDAS), and keep every rent compliant with French law. From API key to signed lease PDF in six calls.
Your first call
# List the buildings on your account curl https://api.faireplace.com/api/places \ -H "Authorization: Bearer $FP_API_KEY"
What the API actually does for you
French rental law is the hard part. It is also the part you do not have to write.
Leases that hold up
Generate a lease PDF that follows the loi ALUR, then collect advanced electronic signatures with OTP verification. No third-party signature service to plug in.
See the workflowCompliance, checked on write
Rent caps, IRL revision, deposit ceilings, tense-zone rules. Validated when the lease is created, not left to your code to rediscover.
How compliance worksThe whole lifecycle
Buildings, apartments, rooms, meters, charges, receipts, amendments, termination. 574 operations, one consistent REST surface.
Explore the APIFrom zero to signed lease in six calls
Every call below is copy-paste ready. Replace the placeholders and run it.
Code