Guide
How to Sign a Lease Online
Landlords and tenants can sign lease agreements electronically instead of meeting in person.
Steps
- 1
Draft your lease agreement with all terms
- 2
Send via API with landlord and tenant details
- 3
Tenant receives signing link by email
- 4
Both parties sign electronically
- 5
Signed lease with SHA-256 certificate sent to both
Try it with curl
curl
curl -X POST https://signb.ee/api/send \
-H "Content-Type: application/json" \
-d '{
"content": "# Your Document\n\nContent here...",
"senderName": "Your Name",
"senderEmail": "you@email.com",
"recipientName": "Recipient",
"recipientEmail": "recipient@email.com"
}'Legal validity
Electronic signatures are legally binding under the ESIGN Act (US), eIDAS Regulation (EU), and Electronic Communications Act (UK). Every Signbee document includes a SHA-256 tamper-proof certificate.
Related resources
Try Signbee — free, no credit card.