Build custom integrations, automate workflows, and connect Rentify to your existing accounting tools using our REST API.
All API requests require a Bearer token generated from your developer dashboard.
Requests are limited to 1,000 per minute per IP address to ensure stability.
Subscribe to real-time events like payment_received or lease_signed.
| Method | Endpoint | Description |
|---|---|---|
| GET | /v1/properties | List all properties in your portfolio |
| POST | /v1/properties | Create a new property record |
| GET | /v1/tenants | Retrieve active tenants across all units |
| POST | /v1/payments/record | Log an offline cash or check payment |
| GET | /v1/reports/monthly | Export monthly financial statement data |
Generate your API keys in the dashboard to get started.