Leads Overview
The Leads API lets you push new rental inquiries into RentSimple and read back the leads we hold for your company.
When a lead is created, RentSimple’s AI leasing agent automatically begins the first outreach (email or text) on your behalf.
Endpoints
| Method | Path | Purpose |
|---|---|---|
POST | /v1/leads | Create a new lead and trigger first outreach |
GET | /v1/leads | List the leads held for your company |
Lead lifecycle
A lead moves through a set of statuses as the agent works it. You can filter the list endpoint by any of them.
| Status | Meaning |
|---|---|
New | Lead just entered, no outreach yet |
Engaged | Lead is actively in conversation with the agent |
FollowUp | Agent is following up after a lull |
NeedsAttention | Flagged for a human teammate to review |
DroppedOff | Lead went unresponsive |
Last updated on